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 461633a0a0bb..6260b85f4c6d 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.5
+ pkgver = 0.14.6
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.5.tar.gz::https://github.com/actionless/pikaur/archive/0.14.5.tar.gz
- md5sums = 2e6020c9f4bb92835899839d5d69ac3a
+ source = pikaur-0.14.6.tar.gz::https://github.com/actionless/pikaur/archive/0.14.6.tar.gz
+ md5sums = c11852739cd02afb729b90f9b9b0d34c
pkgname = pikaur
diff --git a/PKGBUILD b/PKGBUILD
index dfaffe4f7fad..6338344aa749 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# shellcheck disable=SC2034,SC2154
pkgname=pikaur
-pkgver=0.14.5
+pkgver=0.14.6
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=('2e6020c9f4bb92835899839d5d69ac3a')
+md5sums=('c11852739cd02afb729b90f9b9b0d34c')
depends=(
'pacman>=5.1'
'pyalpm'