summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--CHANGELOG4
-rw-r--r--PKGBUILD4
3 files changed, 9 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1be08afdac1b..40685df36a35 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = pikaur
pkgdesc = AUR helper with minimal dependencies inspired by pacaur, yaourt and yay. Review PKGBUILDs all in once, next build them all without user interaction.
- pkgver = 1.2.8
+ pkgver = 1.2.9
pkgrel = 1
url = https://github.com/actionless/pikaur
arch = any
@@ -10,8 +10,8 @@ pkgbase = pikaur
depends = git
optdepends = asp: for ABS support in -G/--getpkgbuild operation
conflicts = pikaur-git
- source = pikaur-1.2.8.tar.gz::https://github.com/actionless/pikaur/archive/1.2.8.tar.gz
- md5sums = 486ae4becd114b6a70ead9314fa326f3
+ source = pikaur-1.2.9.tar.gz::https://github.com/actionless/pikaur/archive/1.2.9.tar.gz
+ md5sums = 852ce858b315983c3490c97ba68bb589
pkgname = pikaur
diff --git a/CHANGELOG b/CHANGELOG
index de2a15e5ea5d..58047ad6694c 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -323,3 +323,7 @@
Notable changes:
2018-07-28 57bb4e0 actionless fix(args: help): remove '-r' from pikaur help since it's used again by pacman
+1.2.9 Bugfix release 1.2.9
+
+ Notable changes:
+ 2018-07-28 abaaea1 fix(exceptions: PackageNotFound): default value for `wanted_by`
diff --git a/PKGBUILD b/PKGBUILD
index 5efd89860987..76e0c0d3dbc0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# shellcheck disable=SC2034,SC2154
pkgname=pikaur
-pkgver=1.2.8
+pkgver=1.2.9
pkgrel=1
pkgdesc="AUR helper with minimal dependencies inspired by pacaur, yaourt and yay. 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=('486ae4becd114b6a70ead9314fa326f3')
+md5sums=('852ce858b315983c3490c97ba68bb589')
depends=(
'pacman'
'pyalpm'