summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoractionless2018-12-12 20:41:51 +0100
committeractionless2018-12-12 20:41:51 +0100
commit2524103104fc43179bcb6d9aeedd6ce72c6f8dee (patch)
treeeef9f1e75081001d0bc489876a5ab7c71b3fcaca
parenta88049fda11d77c66ca7b325ec2b8927564e6ba7 (diff)
downloadaur-2524103104fc43179bcb6d9aeedd6ce72c6f8dee.tar.gz
update to 1.3.3
-rw-r--r--.SRCINFO6
-rw-r--r--CHANGELOG10
-rw-r--r--PKGBUILD4
3 files changed, 15 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 661d385ddf49..2db420975789 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = pikaur
pkgdesc = AUR helper which asks all questions before installing/building. Inspired by pacaur, yaourt and yay.
- pkgver = 1.3.2
+ pkgver = 1.3.3
pkgrel = 1
url = https://github.com/actionless/pikaur
arch = any
@@ -9,8 +9,8 @@ pkgbase = pikaur
depends = git
optdepends = asp: for ABS support in -G/--getpkgbuild operation
conflicts = pikaur-git
- source = pikaur-1.3.2.tar.gz::https://github.com/actionless/pikaur/archive/1.3.2.tar.gz
- md5sums = 3f5cfb1dac74d2d62599caf7289d40d8
+ source = pikaur-1.3.3.tar.gz::https://github.com/actionless/pikaur/archive/1.3.3.tar.gz
+ md5sums = 03484dd3c70ce3cee61a7a5cc0625961
pkgname = pikaur
diff --git a/CHANGELOG b/CHANGELOG
index a1360c3d76e0..a9cfe16de810 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1299,3 +1299,13 @@ Sun Dec 9 00:02:50 2018 +0100
2018-11-02 3dcea27 actionless feat(print_dept): fancier display package groups
2018-11-01 ffe0d3e actionless feat(aur): ask to retry on urllib errors
2018-10-21 0bb7591 Felix Glaser chore(locale): updates and fixes for the german translation file (#313)
+
+
+Wed Dec 12 20:40:56 2018 +0100
+-------------------------------------------------
+1.3.3 Release 1.3.3
+
+ Notable changes:
+ 2018-12-12 fd99181 actionless fix(build, srcinfo): when building split package retrieve all depends from the base PKGBUILD, not from package-specific sections
+ 2018-12-11 9ebeaa4 actionless fix(locale: de): incorrect template var in translated string
+ 2018-12-10 e784b5c actionless feat(info cli): unify output format with pacman's -Si
diff --git a/PKGBUILD b/PKGBUILD
index 0038cf95d654..ff8918fda153 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# shellcheck disable=SC2034,SC2154
pkgname=pikaur
-pkgver=1.3.2
+pkgver=1.3.3
pkgrel=1
pkgdesc="AUR helper which asks all questions before installing/building. Inspired by pacaur, yaourt and yay."
arch=('any')
@@ -11,7 +11,7 @@ license=('GPL3')
source=(
"$pkgname-$pkgver.tar.gz"::https://github.com/actionless/pikaur/archive/"$pkgver".tar.gz
)
-md5sums=('3f5cfb1dac74d2d62599caf7289d40d8')
+md5sums=('03484dd3c70ce3cee61a7a5cc0625961')
depends=(
'pyalpm'
'git'