summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO7
-rw-r--r--CHANGELOG7
-rw-r--r--PKGBUILD7
3 files changed, 12 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 639e26c48ed8..d38be6a679bd 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,17 +1,16 @@
pkgbase = pikaur
pkgdesc = AUR helper which asks all questions before installing/building. Inspired by pacaur, yaourt and yay.
- pkgver = 1.3.0.5
+ pkgver = 1.3.0.6
pkgrel = 1
url = https://github.com/actionless/pikaur
arch = any
license = GPL3
- makedepends = gettext
depends = pyalpm
depends = git
optdepends = asp: for ABS support in -G/--getpkgbuild operation
conflicts = pikaur-git
- source = pikaur-1.3.0.5.tar.gz::https://github.com/actionless/pikaur/archive/1.3.0.5.tar.gz
- md5sums = 8c25ea4451e14fc15293e96d283bccd3
+ source = pikaur-1.3.0.6.tar.gz::https://github.com/actionless/pikaur/archive/1.3.0.6.tar.gz
+ md5sums = 12aa695bc8f14ceecfa6d229aa00a59e
pkgname = pikaur
diff --git a/CHANGELOG b/CHANGELOG
index e58ed0a54968..785688713b6a 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1263,3 +1263,10 @@ Sun Oct 7 19:30:17 2018 +0200
1.3.0.5 Bugfix release 1.3.0.5
2018-10-07 0270f89 actionless fix(PKGBUILD): add gettext to make deps
+
+
+Sun Oct 7 19:40:20 2018 +0200
+-------------------------------------------------
+1.3.0.6 Hotfix release 1.3.0.6
+
+ 2018-10-07 581787d actionless Revert "fix(PKGBUILD): add gettext to make deps"
diff --git a/PKGBUILD b/PKGBUILD
index 6d7e0cf57222..448335400b98 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# shellcheck disable=SC2034,SC2154
pkgname=pikaur
-pkgver=1.3.0.5
+pkgver=1.3.0.6
pkgrel=1
pkgdesc="AUR helper which asks all questions before installing/building. Inspired by pacaur, yaourt and yay."
arch=('any')
@@ -11,14 +11,11 @@ license=('GPL3')
source=(
"$pkgname-$pkgver.tar.gz"::https://github.com/actionless/pikaur/archive/"$pkgver".tar.gz
)
-md5sums=('8c25ea4451e14fc15293e96d283bccd3')
+md5sums=('12aa695bc8f14ceecfa6d229aa00a59e')
depends=(
'pyalpm'
'git'
)
-makedepends=(
- 'gettext'
-)
optdepends=(
'asp: for ABS support in -G/--getpkgbuild operation'
)