summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoractionless2018-07-25 07:55:22 +0200
committeractionless2018-07-25 07:55:22 +0200
commit29a9e212882fce1909f733d44f401bcf86e5d7a5 (patch)
tree91db5772ae324ae4106cb2fbd64c49c01c9c51f3
parent22e3ed38962cf68988daf802166c71e3c221f13a (diff)
downloadaur-29a9e212882fce1909f733d44f401bcf86e5d7a5.tar.gz
update to 1.2.3
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 79e69aeb68fa..d513fa6adfb5 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.2
+ pkgver = 1.2.3
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.2.tar.gz::https://github.com/actionless/pikaur/archive/1.2.2.tar.gz
- md5sums = d6499ce6f9f446fd6e5e21cffed00226
+ source = pikaur-1.2.3.tar.gz::https://github.com/actionless/pikaur/archive/1.2.3.tar.gz
+ md5sums = cccd89e62594c8f0a0aca157a9f95ded
pkgname = pikaur
diff --git a/PKGBUILD b/PKGBUILD
index c062763739ea..7742128e2a9f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# shellcheck disable=SC2034,SC2154
pkgname=pikaur
-pkgver=1.2.2
+pkgver=1.2.3
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=('d6499ce6f9f446fd6e5e21cffed00226')
+md5sums=('cccd89e62594c8f0a0aca157a9f95ded')
depends=(
'pacman'
'pyalpm'