summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Blakeney2022-02-15 13:38:31 +1000
committerMark Blakeney2022-02-15 13:38:31 +1000
commitdebcbdae129d2f9000b896e1a40ca018a5eb58dc (patch)
treea41ddc081150f2587e5124a1cf0a8242d2d8194e
parent549789fb3e7446ac70bde7df31523366a015d39c (diff)
downloadaur-debcbdae129d2f9000b896e1a40ca018a5eb58dc.tar.gz
Update to 2.13
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 80e96ac4da4a..4c303550d2bf 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.12.1
+ pkgver = 2.13
pkgrel = 1
url = https://github.com/bulletmark/pacpush
arch = any
@@ -17,7 +17,7 @@ pkgbase = pacpush
depends = python-packaging
conflicts = pacsync
replaces = pacsync
- source = pacpush-2.12.1.tar.gz::https://github.com/bulletmark/pacpush/archive/2.12.1.tar.gz
- sha1sums = 46831a460ac2df6569e396aaf087d38a7460d86e
+ source = pacpush-2.13.tar.gz::https://github.com/bulletmark/pacpush/archive/2.13.tar.gz
+ sha1sums = 4c165b2eeda4cddbfd9174296294b57df9f7aa08
pkgname = pacpush
diff --git a/PKGBUILD b/PKGBUILD
index a9c61ba1a977..8309d5ae2248 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: mark.blakeney at bullet-systems dot net
pkgname=pacpush
-pkgver=2.12.1
+pkgver=2.13
pkgrel=1
pkgdesc="Utility to push an Arch hosts package and AUR caches to other hosts"
url="https://github.com/bulletmark/$pkgname"
@@ -12,7 +12,7 @@ makedepends=("python-pip" "python-wheel")
source=("$pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz")
replaces=("pacsync")
conflicts=("pacsync")
-sha1sums=('46831a460ac2df6569e396aaf087d38a7460d86e')
+sha1sums=('4c165b2eeda4cddbfd9174296294b57df9f7aa08')
package() {
cd "$srcdir/$pkgname-$pkgver"