summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authornot_anonymous2022-12-13 12:26:57 -0700
committernot_anonymous2022-12-13 12:26:57 -0700
commit5ac6d603057da6c65b73c86f4825f4c4a4e2954e (patch)
tree6d3aae2d6561e1eec7c09ae718943188830077a1
parent1ff37461e2cf2215727b92a3472bfaa827f9d885 (diff)
downloadaur-5ac6d603057da6c65b73c86f4825f4c4a4e2954e.tar.gz
Updated
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index df5f16cdb3e8..1877193e6499 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,16 +1,15 @@
pkgbase = libax25
pkgdesc = Ham Radio - library for AX.25, ROSE, 6PACK, KISS and NETROM protocols.
pkgver = 0.0.12_rc5
- pkgrel = 1
- url = http://www.linux-ax25.org
+ pkgrel = 2
+ url = https://linux-ax25.in-berlin.de
install = libax25.install
arch = i686
arch = x86_64
license = LGPL
depends = glibc
- source = http://www.linux-ax25.org/pub/libax25/libax25-0.0.12-rc5.tar.gz
+ source = https://linux-ax25.in-berlin.de/pub/libax25/libax25-0.0.12-rc5.tar.gz
md5sums = 21e64a76d41f3129acc7b540730e2f4d
sha256sums = bf15791950ce1ebdfc37fe75d80ad9a6767e6bb1536d704da6848991cf4323df
pkgname = libax25
-
diff --git a/PKGBUILD b/PKGBUILD
index d2e07df3d712..6dae9f8d2f32 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,14 +5,14 @@
pkgname=libax25
pkgver=0.0.12_rc5
-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"
+url="https://linux-ax25.in-berlin.de"
license=('LGPL')
depends=('glibc')
install=$pkgname.install
-source=(http://www.linux-ax25.org/pub/${pkgname}/${pkgname}-${pkgver//_/-}.tar.gz)
+source=(https://linux-ax25.in-berlin.de/pub/${pkgname}/${pkgname}-${pkgver//_/-}.tar.gz)
build() {
cd ${srcdir}/${pkgname}-${pkgver//_/-}