summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authornot_anonymous2020-04-12 15:27:52 -0600
committernot_anonymous2020-04-12 15:27:52 -0600
commit1ff37461e2cf2215727b92a3472bfaa827f9d885 (patch)
treee3089dbb0462a47db431720beb2ec71ca05c10d9 /PKGBUILD
parent9084c9f9318f1bbad3dc920277886335c8941e75 (diff)
downloadaur-1ff37461e2cf2215727b92a3472bfaa827f9d885.tar.gz
Updated
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD11
1 files changed, 5 insertions, 6 deletions
diff --git a/PKGBUILD b/PKGBUILD
index cf538baff876..d2e07df3d712 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,16 +4,15 @@
# Original Submitter: Bob Finch <w9ya@qrparci.net)
pkgname=libax25
-pkgver=0.0.12_rc4
-pkgrel=2
+pkgver=0.0.12_rc5
+pkgrel=1
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=(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)
+source=(http://www.linux-ax25.org/pub/${pkgname}/${pkgname}-${pkgver//_/-}.tar.gz)
build() {
cd ${srcdir}/${pkgname}-${pkgver//_/-}
@@ -28,5 +27,5 @@ package() {
make install DESTDIR=${pkgdir} || return 1
make installconf DESTDIR=${pkgdir} || return 1
}
-md5sums=('9b2e6890ef20dd0cf8ac7fdb22e6a4b6')
-sha256sums=('051bd736c3f3f3b242b3efea91af37f2e8d5afaebb5fe6e1df050bb1f6aeb986')
+md5sums=('21e64a76d41f3129acc7b540730e2f4d')
+sha256sums=('bf15791950ce1ebdfc37fe75d80ad9a6767e6bb1536d704da6848991cf4323df')