summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD7
2 files changed, 7 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1877193e6499..756d67428de2 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_rc5
- pkgrel = 2
+ pkgrel = 3
url = https://linux-ax25.in-berlin.de
install = libax25.install
arch = i686
arch = x86_64
- license = LGPL
+ license = LGPL-2.1-only
depends = glibc
- source = https://linux-ax25.in-berlin.de/pub/libax25/libax25-0.0.12-rc5.tar.gz
+ source = https://web.archive.org/web/https://linux-ax25.in-berlin.de/pub/libax25/libax25-0.0.12-rc5.tar.gz
md5sums = 21e64a76d41f3129acc7b540730e2f4d
sha256sums = bf15791950ce1ebdfc37fe75d80ad9a6767e6bb1536d704da6848991cf4323df
diff --git a/PKGBUILD b/PKGBUILD
index 6dae9f8d2f32..aeefed2ea14f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,14 +5,15 @@
pkgname=libax25
pkgver=0.0.12_rc5
-pkgrel=2
+pkgrel=3
pkgdesc="Ham Radio - library for AX.25, ROSE, 6PACK, KISS and NETROM protocols."
arch=('i686' 'x86_64')
url="https://linux-ax25.in-berlin.de"
-license=('LGPL')
+license=('LGPL-2.1-only')
depends=('glibc')
install=$pkgname.install
-source=(https://linux-ax25.in-berlin.de/pub/${pkgname}/${pkgname}-${pkgver//_/-}.tar.gz)
+source=(https://web.archive.org/web/\
+https://linux-ax25.in-berlin.de/pub/${pkgname}/${pkgname}-${pkgver//_/-}.tar.gz)
build() {
cd ${srcdir}/${pkgname}-${pkgver//_/-}