summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index daeef745aa4d..fb2c3937ba5c 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.0
+ pkgver = 1.2.1
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.0.tar.gz::https://github.com/actionless/pikaur/archive/1.2.0.tar.gz
- md5sums = 1e9662aa929cd314a4ee3c1136f2b3cd
+ source = pikaur-1.2.1.tar.gz::https://github.com/actionless/pikaur/archive/1.2.1.tar.gz
+ md5sums = bd3707702c10dfcb1f76871663e59f05
pkgname = pikaur
diff --git a/PKGBUILD b/PKGBUILD
index 3b9e1db63fc4..7ab69092fee6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# shellcheck disable=SC2034,SC2154
pkgname=pikaur
-pkgver=1.2.0
+pkgver=1.2.1
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=('1e9662aa929cd314a4ee3c1136f2b3cd')
+md5sums=('bd3707702c10dfcb1f76871663e59f05')
depends=(
'pacman'
'pyalpm'