summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoractionless2018-05-21 17:28:13 +0200
committeractionless2018-05-21 17:28:13 +0200
commit60b8df92b4c9e480788d133f28a45aa1bb333d18 (patch)
treef9014d434dbf8b00582360ae9f84b08d6c2727cd
parent43c4736df3f04b6604262c125ec0494093b3ff5c (diff)
downloadaur-60b8df92b4c9e480788d133f28a45aa1bb333d18.tar.gz
update to 0.11.2
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0db00e30d195..579750b69dd6 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = pikaur
pkgdesc = AUR helper with minimal dependencies. Review PKGBUILDs all in once, next build them all without user interaction.
- pkgver = 0.11.1
+ pkgver = 0.11.2
pkgrel = 1
url = https://github.com/actionless/pikaur
arch = any
@@ -8,8 +8,8 @@ pkgbase = pikaur
depends = pyalpm
depends = git
conflicts = pikaur-git
- source = pikaur-0.11.1.tar.gz::https://github.com/actionless/pikaur/archive/0.11.1.tar.gz
- md5sums = da9bb52c34003b4ef2e8a56428a7b062
+ source = pikaur-0.11.2.tar.gz::https://github.com/actionless/pikaur/archive/0.11.2.tar.gz
+ md5sums = 181fc0c68198079902f02d1865a644c9
pkgname = pikaur
diff --git a/PKGBUILD b/PKGBUILD
index f8bf46610938..9a4cf9aae3a5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# shellcheck disable=SC2034,SC2154
pkgname=pikaur
-pkgver=0.11.1
+pkgver=0.11.2
pkgrel=1
pkgdesc="AUR helper with minimal dependencies. Review PKGBUILDs all in once, next build them all without user interaction."
arch=('any')
@@ -11,7 +11,7 @@ license=('GPLv3')
source=(
"$pkgname-$pkgver.tar.gz"::https://github.com/actionless/pikaur/archive/"$pkgver".tar.gz
)
-md5sums=('da9bb52c34003b4ef2e8a56428a7b062')
+md5sums=('181fc0c68198079902f02d1865a644c9')
depends=(
'pyalpm'
'git'