summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Blakeney2023-04-24 08:48:37 +1000
committerMark Blakeney2023-04-24 08:48:37 +1000
commit5a3646bec6d1980ec1a8ff7ca2d40555622dc2d4 (patch)
treefe6126bc4c4ddd6b6890d8deaacdf6b8db253cfb
parent8b3b2d974132b0956c36ba7e37aa815d1d6e299f (diff)
downloadaur-5a3646bec6d1980ec1a8ff7ca2d40555622dc2d4.tar.gz
Update to 2.25
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e6027324aaf3..6843493f2342 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = pacpush
pkgdesc = Utility to push an Arch hosts package and AUR caches to other hosts
- pkgver = 2.24
+ pkgver = 2.25
pkgrel = 1
url = https://github.com/bulletmark/pacpush
arch = any
@@ -18,7 +18,7 @@ pkgbase = pacpush
depends = pyalpm
conflicts = pacsync
replaces = pacsync
- source = pacpush-2.24.tar.gz::https://github.com/bulletmark/pacpush/archive/2.24.tar.gz
- sha1sums = 7a4a1e9d77e0d8d2ee2a324f185d6eda621bf28d
+ source = pacpush-2.25.tar.gz::https://github.com/bulletmark/pacpush/archive/2.25.tar.gz
+ sha1sums = 87cc8430f7374f7c8b2ac7046e830a011f50a684
pkgname = pacpush
diff --git a/PKGBUILD b/PKGBUILD
index 6a7b29d3eef6..e5058f71aeb4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: mark.blakeney at bullet-systems dot net
pkgname=pacpush
-pkgver=2.24
+pkgver=2.25
pkgrel=1
pkgdesc="Utility to push an Arch hosts package and AUR caches to other hosts"
url="https://github.com/bulletmark/$pkgname"
@@ -12,7 +12,7 @@ makedepends=(python-setuptools python-build python-installer python-wheel)
source=("$pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz")
replaces=("pacsync")
conflicts=("pacsync")
-sha1sums=('7a4a1e9d77e0d8d2ee2a324f185d6eda621bf28d')
+sha1sums=('87cc8430f7374f7c8b2ac7046e830a011f50a684')
build() {
cd "$srcdir/$pkgname-$pkgver"