summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoractionless2018-07-26 19:46:21 +0200
committeractionless2018-07-26 19:46:21 +0200
commita32ca42b21dedbe85f790dd6fd1c55d6cc020ee5 (patch)
tree10ee5b4bd8956182f4c63c6e7d1499116476e322
parentaa4d1d64929c33dffa824fc7211cf2826bdb0be3 (diff)
downloadaur-a32ca42b21dedbe85f790dd6fd1c55d6cc020ee5.tar.gz
update to 1.2.5
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 42e6a16c84a1..408dc083294b 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.4
+ pkgver = 1.2.5
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.4.tar.gz::https://github.com/actionless/pikaur/archive/1.2.4.tar.gz
- md5sums = 98d9a4ca7496c350209c6df1402a1d09
+ source = pikaur-1.2.5.tar.gz::https://github.com/actionless/pikaur/archive/1.2.5.tar.gz
+ md5sums = 56270cc8edea66b0b04a02062af4adbe
pkgname = pikaur
diff --git a/PKGBUILD b/PKGBUILD
index 833ade7ebf71..3df807a57dac 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# shellcheck disable=SC2034,SC2154
pkgname=pikaur
-pkgver=1.2.4
+pkgver=1.2.5
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=('98d9a4ca7496c350209c6df1402a1d09')
+md5sums=('56270cc8edea66b0b04a02062af4adbe')
depends=(
'pacman'
'pyalpm'