summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Blakeney2018-10-10 17:01:03 +1000
committerMark Blakeney2018-10-10 17:01:03 +1000
commitcd4edf144604a047bb2d47a6330fac4080540bfc (patch)
tree21dd5c3e996860d0b0f5d3f84028d3a08ec08ac8
parentf6e639c59c4338282059a59d665682983e1b832f (diff)
downloadaur-cd4edf144604a047bb2d47a6330fac4080540bfc.tar.gz
Update to 2.7.4
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 131bf838fb3d..547e74484afd 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = pacpush
pkgdesc = Utility to push an Arch host\'s package and AUR caches to other hosts. Previously named pacsync
- pkgver = 2.7.3
+ pkgver = 2.7.4
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.3.tar.gz::https://github.com/bulletmark/pacpush/archive/2.7.3.tar.gz
- sha1sums = c6ac8586835a1e9ca8bea0f47ceb5397388d7286
+ source = pacpush-2.7.4.tar.gz::https://github.com/bulletmark/pacpush/archive/2.7.4.tar.gz
+ sha1sums = a4a65d254cd18e6813d1f1af82e452f8d9d43729
pkgname = pacpush
diff --git a/PKGBUILD b/PKGBUILD
index 96ad1c098705..969dd422be87 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: mark.blakeney at bullet-systems dot net
pkgname=pacpush
-pkgver=2.7.3
+pkgver=2.7.4
pkgrel=1
pkgdesc="Utility to push an Arch host\'s package and AUR caches to other hosts. Previously named pacsync"
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=('c6ac8586835a1e9ca8bea0f47ceb5397388d7286')
+sha1sums=('a4a65d254cd18e6813d1f1af82e452f8d9d43729')
package() {
cd "$pkgname-$pkgver"