summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoractionless2018-06-17 22:17:59 +0200
committeractionless2018-06-17 22:17:59 +0200
commit50c96ddad915f2bcc168c291a8c90cc18bb23ea5 (patch)
treea421823da3d1c0b6fbdec4606e4029cef650e84a
parentf55c8c10cf91f54ca380d369564dd8acb1370b90 (diff)
downloadaur-50c96ddad915f2bcc168c291a8c90cc18bb23ea5.tar.gz
update to 0.14.2
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 80619f6c635e..0304191b438a 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.14.1
+ pkgver = 0.14.2
pkgrel = 1
url = https://github.com/actionless/pikaur
arch = any
@@ -9,8 +9,8 @@ pkgbase = pikaur
depends = pyalpm
depends = git
conflicts = pikaur-git
- source = pikaur-0.14.1.tar.gz::https://github.com/actionless/pikaur/archive/0.14.1.tar.gz
- md5sums = efa54ca5a2f29e2e789cd4aeffd5541e
+ source = pikaur-0.14.2.tar.gz::https://github.com/actionless/pikaur/archive/0.14.2.tar.gz
+ md5sums = 214bacc2b6bdaa77d716dcdb67718b92
pkgname = pikaur
diff --git a/PKGBUILD b/PKGBUILD
index 4e6de8082350..a213f531f693 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# shellcheck disable=SC2034,SC2154
pkgname=pikaur
-pkgver=0.14.1
+pkgver=0.14.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=('GPL3')
source=(
"$pkgname-$pkgver.tar.gz"::https://github.com/actionless/pikaur/archive/"$pkgver".tar.gz
)
-md5sums=('efa54ca5a2f29e2e789cd4aeffd5541e')
+md5sums=('214bacc2b6bdaa77d716dcdb67718b92')
depends=(
'pacman>=5.1'
'pyalpm'