summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorPeter Hofmann2017-08-05 12:22:01 +0200
committerPeter Hofmann2017-08-05 12:22:01 +0200
commit339dffcf05c9c57613a89ca69050b3a0ce002299 (patch)
treeec8e8d442b989fcc23a7bb752e6512fd5e4b4bbb /PKGBUILD
parentb89f6ab1f986fe1c844cbe06777c4cbffe3d73ae (diff)
downloadaur-339dffcf05c9c57613a89ca69050b3a0ce002299.tar.gz
Update for post-17.02
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 1 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 675f7752edbf..86aec63418b3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Vain <aurmaint1 on host: uninformativ dot de>
_pkgname=sgopherd
pkgname=$_pkgname-git
-pkgver=15.03
+pkgver=17.02.1.g5f96939
pkgrel=1
pkgdesc="A gopher server written in Bash"
arch=('any')
@@ -33,8 +33,6 @@ package() {
"$pkgdir"/usr/lib/systemd/system/sgopherd@.service
install -Dm644 systemd/sgopherd.socket \
"$pkgdir"/usr/lib/systemd/system/sgopherd.socket
- install -Dm755 systemd/sgopherd-systemd \
- "$pkgdir"/usr/bin/sgopherd-systemd
install -Dm644 man8/sgopherd.8 "$pkgdir"/usr/share/man/man8/sgopherd.8
install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"