chore: bump PKGBUILD version

This commit is contained in:
2026-05-20 14:15:09 -06:00
parent ea2b4697f5
commit effd55f03c
2 changed files with 3 additions and 2 deletions
+1
View File
@@ -1,3 +1,4 @@
tmprepo/ tmprepo/
tmpbuild/ tmpbuild/
pkgstash pkgstash
*.tar.gz
+2 -2
View File
@@ -1,12 +1,12 @@
# Maintainer: Eric Phillips <eric@ewpt3ch.dev> # Maintainer: Eric Phillips <eric@ewpt3ch.dev>
pkgname=pkgstash pkgname=pkgstash
pkgver=0.2.0 pkgver=0.2.1
pkgrel=1 pkgrel=1
pkgdesc='Sparse caching pacman server' pkgdesc='Sparse caching pacman server'
arch=(x86_64) arch=(x86_64)
url='https://github.com/ewpt3ch/pkgstash' url='https://github.com/ewpt3ch/pkgstash'
backup=(etc/pkgstash/pkgstash.toml etc/pkgstash/pkgstash.env) backup=('etc/pkgstash/pkgstash.toml' 'etc/pkgstash/pkgstash.env')
license=(GPL-2.0-only) license=(GPL-2.0-only)
install=pkgstash.install install=pkgstash.install
source=("https://github.com/ewpt3ch/${pkgname}/releases/download/v${pkgver}/pkgstash-v${pkgver}-$CARCH.tar.gz") source=("https://github.com/ewpt3ch/${pkgname}/releases/download/v${pkgver}/pkgstash-v${pkgver}-$CARCH.tar.gz")