summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authornot_anonymous2024-03-09 18:57:36 -0700
committernot_anonymous2024-03-09 18:57:36 -0700
commitd92a35f181a6ec6041c6be29ecc199ba27fd6d00 (patch)
tree6b85ee34ab59e21ccac303183c125f52ce7d9149 /PKGBUILD
parent5ac6d603057da6c65b73c86f4825f4c4a4e2954e (diff)
downloadaur-d92a35f181a6ec6041c6be29ecc199ba27fd6d00.tar.gz
Updated-code-location
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD7
1 files changed, 4 insertions, 3 deletions
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//_/-}