summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Blakeney2022-05-31 13:51:26 +1000
committerMark Blakeney2022-05-31 13:51:26 +1000
commit62a953fcece948a2b128310b5471e3b84b0a5a51 (patch)
tree48ffc1d61e799499558b771f9a1c7ab66ed61f55
parent0d14d55f9595b533219d3b95f2bdd095a3d0bed1 (diff)
downloadaur-62a953fcece948a2b128310b5471e3b84b0a5a51.tar.gz
Update to 2.15
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 33802d8d0841..d693d4a2fa43 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.14
+ pkgver = 2.15
pkgrel = 1
url = https://github.com/bulletmark/pacpush
arch = any
@@ -17,7 +17,7 @@ pkgbase = pacpush
depends = python-packaging
conflicts = pacsync
replaces = pacsync
- source = pacpush-2.14.tar.gz::https://github.com/bulletmark/pacpush/archive/2.14.tar.gz
- sha1sums = c62d221b3d2dfefd7a1455d2572c3ea9a72536c4
+ source = pacpush-2.15.tar.gz::https://github.com/bulletmark/pacpush/archive/2.15.tar.gz
+ sha1sums = e8ba22cd5ede7964bfd18d884c9a5bdc9c46a683
pkgname = pacpush
diff --git a/PKGBUILD b/PKGBUILD
index da519a6dcae9..e2bda3c57226 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: mark.blakeney at bullet-systems dot net
pkgname=pacpush
-pkgver=2.14
+pkgver=2.15
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-pip" "python-wheel")
source=("$pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz")
replaces=("pacsync")
conflicts=("pacsync")
-sha1sums=('c62d221b3d2dfefd7a1455d2572c3ea9a72536c4')
+sha1sums=('e8ba22cd5ede7964bfd18d884c9a5bdc9c46a683')
package() {
cd "$srcdir/$pkgname-$pkgver"