summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD3
2 files changed, 3 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 17ec0408616b..bb862054be1a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Wed Aug 31 22:54:06 UTC 2016
+# Wed Aug 31 22:56:46 UTC 2016
pkgbase = salsapipe-git
pkgdesc = Encrypted network tunneling using salsa20 from libnettle and GPG from libgpgme
pkgver = 20150727.r26.6d81ace
- pkgrel = 3
+ pkgrel = 4
url = https://github.com/prurigro/salsapipe
arch = x86_64
license = GPL3
diff --git a/PKGBUILD b/PKGBUILD
index 43147072e1c1..de5edca9441c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_pkgname=salsapipe
pkgname=${_pkgname}-git
pkgver=20150727.r26.6d81ace
-pkgrel=3
+pkgrel=4
pkgdesc='Encrypted network tunneling using salsa20 from libnettle and GPG from libgpgme'
url='https://github.com/prurigro/salsapipe'
license=('GPL3')
@@ -27,5 +27,4 @@ package() {
cd $_pkgname
install -Dm755 salsamsg "$pkgdir/usr/bin/salsamsg"
install -Dm644 salsamsg.1 "$pkgdir/usr/share/man/man1/salsamsg.1"
- install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$_pkgname/LICENSE"
}