summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemy Marquis2016-08-05 15:18:01 +0200
committerRemy Marquis2016-08-05 15:18:01 +0200
commitcbc141519929aeb5db0453c35c30a788267739b6 (patch)
treeee71db6198b3b28cb91be8622019d088a40c03e6
parentfaa331b5225cebcf01e7fbc1a487f8ea2bc2bb10 (diff)
downloadaur-cbc141519929aeb5db0453c35c30a788267739b6.tar.gz
4.6.7
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f82d7931eed9..7038f8c83dae 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = pacaur
pkgdesc = An AUR helper that minimizes user interaction
- pkgver = 4.6.6
+ pkgver = 4.6.7
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.6.tar.gz
- md5sums = 2a8e0ee6a3510bae18506a703dbe226c
+ source = https://github.com/rmarquis/pacaur/archive/4.6.7.tar.gz
+ md5sums = 6701f9cb481e4bdbbe2b09f409976894
pkgname = pacaur
diff --git a/PKGBUILD b/PKGBUILD
index 5641740910f0..dd3039b25322 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,5 +1,5 @@
pkgname=pacaur
-pkgver=4.6.6
+pkgver=4.6.7
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=('2a8e0ee6a3510bae18506a703dbe226c')
+md5sums=('6701f9cb481e4bdbbe2b09f409976894')
build() {
cd "$pkgname-$pkgver"