summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMantas Mikulėnas2017-03-25 17:23:27 +0200
committerMantas Mikulėnas2017-03-25 17:23:27 +0200
commit143f8e65bce943ce44192e71231e12eb4adc22df (patch)
treed4b85fe2e53856f96280159c01b1050be0b9a987
parentd1c79ba487b8cf98bdbb00334c96aa0bce3996a7 (diff)
downloadaur-143f8e65bce943ce44192e71231e12eb4adc22df.tar.gz
build from tarball
All the serious bugs have been fixed.
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD12
2 files changed, 6 insertions, 12 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 92080fdbbcb3..1b65adb6cc18 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -2,12 +2,12 @@ pkgbase = parpd
pkgdesc = Proxy-ARP daemon
pkgver = 1.7
pkgrel = 1
- url = https://github.com/rsmarples/parpd
+ url = https://roy.marples.name/projects/parpd
arch = i686
arch = x86_64
license = BSD
- source = git+https://github.com/rsmarples/parpd#commit=e71c3a01d464c97fd543314487f009d894d76422
- sha256sums = SKIP
+ source = https://roy.marples.name/downloads/parpd/parpd-1.7.tar.xz
+ sha256sums = f1f2ed753243b86205922ab0ec1cd0f426779e6b8c273206f0568e819a3fe3b4
pkgname = parpd
diff --git a/PKGBUILD b/PKGBUILD
index 964e70364e15..8aa0e98d588e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,16 +4,10 @@ pkgver=1.7
pkgrel=1
pkgdesc="Proxy-ARP daemon"
arch=(i686 x86_64)
-url="https://github.com/rsmarples/parpd"
+url="https://roy.marples.name/projects/parpd"
license=(BSD)
-_commit=e71c3a01d464c97fd543314487f009d894d76422
-source=("git+https://github.com/rsmarples/parpd#commit=$_commit")
-sha256sums=('SKIP')
-
-pkgver() {
- cd "$pkgname"
- git describe | sed "s/^parpd-//; s/-/.r/; s/-/./"
-}
+source=("https://roy.marples.name/downloads/parpd/parpd-1.7.tar.xz")
+sha256sums=('f1f2ed753243b86205922ab0ec1cd0f426779e6b8c273206f0568e819a3fe3b4')
build() {
cd "$pkgname"