diff --git a/.gitignore b/.gitignore index c1040a5..2e00fb3 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ tmprepo/ tmpbuild/ pkgstash +*.tar.gz diff --git a/PKGBUILD b/PKGBUILD index e5e158b..1b87154 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -1,12 +1,12 @@ # Maintainer: Eric Phillips pkgname=pkgstash -pkgver=0.2.0 +pkgver=0.2.1 pkgrel=1 pkgdesc='Sparse caching pacman server' arch=(x86_64) 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) install=pkgstash.install source=("https://github.com/ewpt3ch/${pkgname}/releases/download/v${pkgver}/pkgstash-v${pkgver}-$CARCH.tar.gz")