summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDominik Heidler2020-11-27 17:03:34 +0100
committerDominik Heidler2020-11-27 17:03:34 +0100
commit2f592eb95c12fac515323d5a1757e83cc2d930e9 (patch)
tree156c3432a31d42431a066d24f2f40d3bf67ded80
parentc1cd6b9e6f7c4d0b553531639ea1846f406a132c (diff)
downloadaur-2f592eb95c12fac515323d5a1757e83cc2d930e9.tar.gz
rc5
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 7 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 51626f71593c..904c33232106 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,8 @@
+# Generated by mksrcinfo v8
+# Fri Nov 27 16:03:17 UTC 2020
pkgbase = ax25-apps
pkgdesc = Programs for the hamradio protocol AX.25 that would be used by normal users
- pkgver = 0.0.8_rc4
+ pkgver = 0.0.8_rc5
pkgrel = 3
url = http://www.linux-ax25.org
arch = i686
@@ -11,8 +13,8 @@ pkgbase = ax25-apps
backup = etc/ax25/ax25ipd.conf
backup = etc/ax25/ax25mond.conf
backup = etc/ax25/ax25rtd.conf
- source = http://www.linux-ax25.org/pub/ax25-apps/ax25-apps-0.0.8-rc4.tar.xz
- sha1sums = afa43d8bcfd3218de27d1a2c894a74c911a99fd3
+ source = http://www.linux-ax25.org/pub/ax25-apps/ax25-apps-0.0.8-rc5.tar.xz
+ sha1sums = d7955215cb31a5164bc84d9d4c942343f79e7d26
pkgname = ax25-apps
diff --git a/PKGBUILD b/PKGBUILD
index 32c38cbe35a8..d2e2537db33c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Contributor: Gordon JC Pearce <gordon@gjcp.net>
# Originally by Chuck Atkins <chuckatkins@gmail.com>
pkgname=ax25-apps
-pkgver=0.0.8_rc4
+pkgver=0.0.8_rc5
_pkgver=${pkgver//_/-}
pkgrel=3
pkgdesc="Programs for the hamradio protocol AX.25 that would be used by normal users"
@@ -11,7 +11,7 @@ license=('GPL2')
makedepends=('make')
depends=('libax25')
source=("http://www.linux-ax25.org/pub/${pkgname}/${pkgname}-${_pkgver}.tar.xz")
-sha1sums=('afa43d8bcfd3218de27d1a2c894a74c911a99fd3')
+sha1sums=('d7955215cb31a5164bc84d9d4c942343f79e7d26')
backup=('etc/ax25/ax25ipd.conf' 'etc/ax25/ax25mond.conf' 'etc/ax25/ax25rtd.conf')
build() {