summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD11
2 files changed, 12 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 21fb47eb9149..a838190c9f31 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -15,10 +15,12 @@ pkgbase = ax25-tools
backup = etc/ax25/rip98d.conf
backup = etc/ax25/rxecho.conf
backup = etc/ax25/ttylinkd.conf
- source = http://www.linux-ax25.org/pub/ax25-tools/ax25-tools-0.0.10-rc4.tar.xz
+ source = http://http.debian.net/debian/pool/main/a/ax25-tools/ax25-tools_0.0.10-rc4.orig.tar.gz
source = ax25.patch
- sha1sums = c0c16ae86e8f41abb65e4467b619ba06ea310aa0
+ sha1sums = c98b7071302e7c9947cbab47c88bf1c1dd4132b0
sha1sums = f3dfdfce9a795baef7f93d62d92441e81b96a83e
+ sha256sums = d36ad473f8261ea91dbef105d7493890774f2d1d03a485b86ddd23cbed597e20
+ sha256sums = 0b954ed9b717670e18b138030c8ed73af740357c50e1527e91d0ee3d12a12079
pkgname = ax25-tools
diff --git a/PKGBUILD b/PKGBUILD
index e229f14de2eb..b2d2a2dbec51 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,9 +10,10 @@ url='http://www.linux-ax25.org'
license=('GPL2')
depends=('libax25')
makedepends=('make')
-source=("http://www.linux-ax25.org/pub/${pkgname}/${pkgname}-${_pkgver}.tar.xz" "ax25.patch")
-sha1sums=('c0c16ae86e8f41abb65e4467b619ba06ea310aa0'
- 'f3dfdfce9a795baef7f93d62d92441e81b96a83e')
+source=(
+ "http://http.debian.net/debian/pool/main/a/${pkgname}/${pkgname}_${_pkgver}.orig.tar.gz"
+ 'ax25.patch'
+)
backup=('etc/ax25/ax25.profile'
'etc/ax25/ax25d.conf'
'etc/ax25/axspawn.conf'
@@ -37,3 +38,7 @@ package() {
make install DESTDIR=$pkgdir || return 1
make installconf DESTDIR=$pkgdir || return 1
}
+sha1sums=('c98b7071302e7c9947cbab47c88bf1c1dd4132b0'
+ 'f3dfdfce9a795baef7f93d62d92441e81b96a83e')
+sha256sums=('d36ad473f8261ea91dbef105d7493890774f2d1d03a485b86ddd23cbed597e20'
+ '0b954ed9b717670e18b138030c8ed73af740357c50e1527e91d0ee3d12a12079')