summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authornot_anonymous2018-04-30 07:11:52 -0600
committernot_anonymous2018-04-30 07:11:52 -0600
commit9084c9f9318f1bbad3dc920277886335c8941e75 (patch)
tree3afe7bee63db26867083a0f1ce9ad10064da18a1
parent508e4e095c83325aa460cdcbd492dc94db29c3b7 (diff)
downloadaur-9084c9f9318f1bbad3dc920277886335c8941e75.tar.gz
Updated - builds fine
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD5
2 files changed, 5 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index fe52d205122c..d33a8c5135f1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = libax25
pkgdesc = Ham Radio - library for AX.25, ROSE, 6PACK, KISS and NETROM protocols.
pkgver = 0.0.12_rc4
- pkgrel = 1
+ pkgrel = 2
url = http://www.linux-ax25.org
install = libax25.install
arch = i686
arch = x86_64
license = LGPL
depends = glibc
- source = http://www.linux-ax25.org/pub/libax25/libax25-0.0.12-rc4.tar.gz
+ source = https://web.archive.org/web/20150802105552if_/http://www.linux-ax25.org/pub/libax25/libax25-0.0.12-rc4.tar.gz
md5sums = 9b2e6890ef20dd0cf8ac7fdb22e6a4b6
sha256sums = 051bd736c3f3f3b242b3efea91af37f2e8d5afaebb5fe6e1df050bb1f6aeb986
diff --git a/PKGBUILD b/PKGBUILD
index 9e386ab7101d..cf538baff876 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,14 +5,15 @@
pkgname=libax25
pkgver=0.0.12_rc4
-pkgrel=1
+pkgrel=2
pkgdesc="Ham Radio - library for AX.25, ROSE, 6PACK, KISS and NETROM protocols."
arch=('i686' 'x86_64')
url="http://www.linux-ax25.org"
license=('LGPL')
depends=('glibc')
install=$pkgname.install
-source=(http://www.linux-ax25.org/pub/${pkgname}/${pkgname}-${pkgver//_/-}.tar.gz)
+source=(https://web.archive.org/web/20150802105552if_/http://www.linux-ax25.org/pub/libax25/libax25-0.0.12-rc4.tar.gz)
+#http://www.linux-ax25.org/pub/${pkgname}/${pkgname}-${pkgver//_/-}.tar.gz)
build() {
cd ${srcdir}/${pkgname}-${pkgver//_/-}