summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Blakeney2021-06-10 10:19:17 +1000
committerMark Blakeney2021-06-10 10:19:17 +1000
commit11281c30646163e686b0d6685ecb9a40845af78f (patch)
tree0fccb9c665ac01b5848c363ce7a90d4de096b733
parentb066f167820df9004785059de0a42a1be0dcb4e2 (diff)
downloadaur-11281c30646163e686b0d6685ecb9a40845af78f.tar.gz
Update to 2.9
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8e8712830d50..9e61d152a153 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.8.1
+ pkgver = 2.9
pkgrel = 1
url = https://github.com/bulletmark/pacpush
arch = any
@@ -15,8 +15,7 @@ pkgbase = pacpush
depends = python-ruamel-yaml
conflicts = pacsync
replaces = pacsync
- source = pacpush-2.8.1.tar.gz::https://github.com/bulletmark/pacpush/archive/2.8.1.tar.gz
- sha1sums = fd9dbb7f370c23486d2b22557d656f8276fbc662
+ source = pacpush-2.9.tar.gz::https://github.com/bulletmark/pacpush/archive/2.9.tar.gz
+ sha1sums = f666dc533037d85869c287154ddd83fbe90fb97a
pkgname = pacpush
-
diff --git a/PKGBUILD b/PKGBUILD
index e19126b23bed..115dd9e36d94 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: mark.blakeney at bullet-systems dot net
pkgname=pacpush
-pkgver=2.8.1
+pkgver=2.9
pkgrel=1
pkgdesc="Utility to push an Arch hosts package and AUR caches to other hosts"
url="https://github.com/bulletmark/$pkgname"
@@ -11,7 +11,7 @@ makedepends=("python-pip" "python-wheel")
source=("$pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz")
replaces=("pacsync")
conflicts=("pacsync")
-sha1sums=('fd9dbb7f370c23486d2b22557d656f8276fbc662')
+sha1sums=('f666dc533037d85869c287154ddd83fbe90fb97a')
package() {
cd "$srcdir/$pkgname-$pkgver"