summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-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"