summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Blakeney2020-04-28 08:29:51 +1000
committerMark Blakeney2020-04-28 08:29:51 +1000
commitd34d03c0c2b3374952d86083c0547e125245c915 (patch)
tree28cc1b45788c5e9bc5db00701724932126cdb531
parent1749af48370d6879f48a048a2b4c9011f1ebe6d4 (diff)
downloadaur-d34d03c0c2b3374952d86083c0547e125245c915.tar.gz
Update to 2.8
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index bfa55a04ce80..ce50967b1353 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.7.9
+ pkgver = 2.8
pkgrel = 1
url = https://github.com/bulletmark/pacpush
arch = any
@@ -15,8 +15,8 @@ pkgbase = pacpush
conflicts = pacsync
replaces = pacsync
backup = etc/pacpush.conf
- source = pacpush-2.7.9.tar.gz::https://github.com/bulletmark/pacpush/archive/2.7.9.tar.gz
- sha1sums = db5c00b86aa87e06b40d9c6f10c9cbfc6e87cd3f
+ source = pacpush-2.8.tar.gz::https://github.com/bulletmark/pacpush/archive/2.8.tar.gz
+ sha1sums = 3fb1c0806beca822f692e032dfa06b74c7238081
pkgname = pacpush
diff --git a/PKGBUILD b/PKGBUILD
index f7778a24ef5e..5e7a13a985a5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: mark.blakeney at bullet-systems dot net
pkgname=pacpush
-pkgver=2.7.9
+pkgver=2.8
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")
source=("$pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz")
replaces=("pacsync")
conflicts=("pacsync")
-sha1sums=('db5c00b86aa87e06b40d9c6f10c9cbfc6e87cd3f')
+sha1sums=('3fb1c0806beca822f692e032dfa06b74c7238081')
package() {
cd "$pkgname-$pkgver"