summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Blakeney2018-02-09 13:56:38 +1000
committerMark Blakeney2018-02-09 13:56:38 +1000
commite82ed0ca257fbed2283942617269588a0b03a9d9 (patch)
treef3708a74c8b1d21c2b5d60b19f232a633ee87e62
parent6db5c7edf0b84c7c50092b3b64d27ddf432811e0 (diff)
downloadaur-e82ed0ca257fbed2283942617269588a0b03a9d9.tar.gz
Update to 2.3.2
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index bed8e32064b1..b7142546565a 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.3
+ pkgver = 2.3.2
pkgrel = 1
url = https://github.com/bulletmark/pacpush
arch = any
@@ -14,8 +14,8 @@ pkgbase = pacpush
conflicts = pacsync
replaces = pacsync
backup = etc/pacpush.conf
- source = pacpush-2.3.tar.gz::https://github.com/bulletmark/pacpush/archive/2.3.tar.gz
- md5sums = 04a8adba8b4ebd80b18fc0da94ebb034
+ source = pacpush-2.3.2.tar.gz::https://github.com/bulletmark/pacpush/archive/2.3.2.tar.gz
+ md5sums = e551f0dcfe5688acae45fffb14f6bd4c
pkgname = pacpush
diff --git a/PKGBUILD b/PKGBUILD
index 6e60676cdde3..7f4a7cd00361 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: mark.blakeney at bullet-systems dot net
pkgname=pacpush
-pkgver=2.3
+pkgver=2.3.2
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"
@@ -11,7 +11,7 @@ depends=("python" "rsync" "sudo" "openssh" "python-requests" "python-ruamel-yaml
source=("$pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz")
replaces=("pacsync")
conflicts=("pacsync")
-md5sums=('04a8adba8b4ebd80b18fc0da94ebb034')
+md5sums=('e551f0dcfe5688acae45fffb14f6bd4c')
package() {
cd "$pkgname-$pkgver"