summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorfordprefect2019-01-12 18:46:04 +0100
committerfordprefect2019-01-12 18:46:04 +0100
commit53589ee67711e6e57ce59d41afde26614572bb84 (patch)
tree82d7a40cf6281ba699de97a2fa867c4af3b8d443 /PKGBUILD
parent4dcce06c81433b1764c2f7cbc4ab2f78c305f09f (diff)
downloadaur-53589ee67711e6e57ce59d41afde26614572bb84.tar.gz
fixed user creation
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 4 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 011702a66525..eaba7c31d9c7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -14,8 +14,10 @@ backup=('etc/postsrsd/postsrsd')
url="https://github.com/roehling/postsrsd"
install=postsrsd.install
license=(GPL2)
-source=("${pkgname}-${pkgver}.tar.gz::https://github.com/roehling/postsrsd/archive/${pkgver}.tar.gz")
-md5sums=('e33826a7d1055080854ff7db71641fb8')
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/roehling/postsrsd/archive/${pkgver}.tar.gz"
+ "postsrsd.conf")
+md5sums=('e33826a7d1055080854ff7db71641fb8'
+ '81a5eea5b84f3a2de9ad4713512175f0')
build() {
cd "$srcdir/postsrsd-$pkgver"