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 f160df629e48..8918242a4bc1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = pacaur
pkgdesc = An AUR helper that minimizes user interaction
- pkgver = 4.6.0
+ pkgver = 4.6.1
pkgrel = 1
url = https://github.com/rmarquis/pacaur
arch = any
@@ -11,8 +11,8 @@ pkgbase = pacaur
depends = sudo
depends = git
backup = etc/xdg/pacaur/config
- source = https://github.com/rmarquis/pacaur/archive/4.6.0.tar.gz
- md5sums = 54598b5e7d72fceb33df6279b96deb21
+ source = https://github.com/rmarquis/pacaur/archive/4.6.1.tar.gz
+ md5sums = 975666818e96cf3254dbd2056bed96b3
pkgname = pacaur
diff --git a/PKGBUILD b/PKGBUILD
index 02da6335ed58..185afe392a45 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,5 +1,5 @@
pkgname=pacaur
-pkgver=4.6.0
+pkgver=4.6.1
pkgrel=1
pkgdesc="An AUR helper that minimizes user interaction"
arch=('any')
@@ -9,7 +9,7 @@ depends=('cower' 'expac' 'sudo' 'git')
makedepends=('perl')
backup=('etc/xdg/pacaur/config')
source=("https://github.com/rmarquis/$pkgname/archive/$pkgver.tar.gz")
-md5sums=('54598b5e7d72fceb33df6279b96deb21')
+md5sums=('975666818e96cf3254dbd2056bed96b3')
build() {
cd "$pkgname-$pkgver"