summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Blakeney2018-10-11 10:07:33 +1000
committerMark Blakeney2018-10-11 10:07:33 +1000
commit2d790fac4bc818813a3243fa717c0bc0d434ff4c (patch)
treeeb93b57c22a17c2bef72a62d8d529791c1a7ea6c
parentcd4edf144604a047bb2d47a6330fac4080540bfc (diff)
downloadaur-2d790fac4bc818813a3243fa717c0bc0d434ff4c.tar.gz
Update to 2.7.5
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 547e74484afd..67573ca75f17 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.4
+ pkgver = 2.7.5
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.4.tar.gz::https://github.com/bulletmark/pacpush/archive/2.7.4.tar.gz
- sha1sums = a4a65d254cd18e6813d1f1af82e452f8d9d43729
+ source = pacpush-2.7.5.tar.gz::https://github.com/bulletmark/pacpush/archive/2.7.5.tar.gz
+ sha1sums = 602750930abea55290e33e2c4d67915a3a9f3514
pkgname = pacpush
diff --git a/PKGBUILD b/PKGBUILD
index 969dd422be87..2225456a364f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: mark.blakeney at bullet-systems dot net
pkgname=pacpush
-pkgver=2.7.4
+pkgver=2.7.5
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=('a4a65d254cd18e6813d1f1af82e452f8d9d43729')
+sha1sums=('602750930abea55290e33e2c4d67915a3a9f3514')
package() {
cd "$pkgname-$pkgver"