summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPatrick Northon2023-08-02 09:26:54 -0400
committerPatrick Northon2023-08-02 09:26:54 -0400
commit5ceff26c7cf0689e9eb65f98ea116059d3669b4f (patch)
tree74d85bae6e4666353661a78ec0529466afb5a336
parent4c8f44f970857f844f5366299b9293c461279d10 (diff)
downloadaur-5ceff26c7cf0689e9eb65f98ea116059d3669b4f.tar.gz
Update version.
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1a41a7819600..522f1556d189 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = alternatives
pkgdesc = Fedora's tool to maintain symbolic links determining default commands.
- pkgver = 1.24
+ pkgver = 1.25
pkgrel = 1
url = https://github.com/fedora-sysv/chkconfig
arch = i686
@@ -9,7 +9,7 @@ pkgbase = alternatives
checkdepends = beakerlib
conflicts = chkconfig
conflicts = dpkg
- source = alternatives-1.24.tar.gz::https://github.com/fedora-sysv/chkconfig/archive/refs/tags/1.24.tar.gz
- sha256sums = 55e294dfc0779571a6b4a346d2914faf20915a4c1779a5b5242d540410994096
+ source = alternatives-1.25.tar.gz::https://github.com/fedora-sysv/chkconfig/archive/refs/tags/1.25.tar.gz
+ sha256sums = e9816d31634cc67c68ff7dfbeb8bca301722c03529648d4556b74b4fabe6f435
pkgname = alternatives
diff --git a/PKGBUILD b/PKGBUILD
index c7395c8cef21..86b731d9ebf0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Patrick Northon <northon_patrick3@yahoo.ca>
pkgname=alternatives
-pkgver=1.24
+pkgver=1.25
pkgrel=1
pkgdesc="Fedora's tool to maintain symbolic links determining default commands."
arch=('i686' 'x86_64')
@@ -12,7 +12,7 @@ makedepends=()
checkdepends=('beakerlib')
conflicts=('chkconfig' 'dpkg')
source=("$pkgname-$pkgver.tar.gz::https://github.com/fedora-sysv/chkconfig/archive/refs/tags/${pkgver}.tar.gz")
-sha256sums=('55e294dfc0779571a6b4a346d2914faf20915a4c1779a5b5242d540410994096')
+sha256sums=('e9816d31634cc67c68ff7dfbeb8bca301722c03529648d4556b74b4fabe6f435')
_srcdir="chkconfig-${pkgver}"