summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoractionless2018-05-14 20:53:57 +0200
committeractionless2018-05-14 20:53:57 +0200
commit46c16dc181b256a3116e266a060ff7c9ff523f2c (patch)
tree79aecaa58a6eb6f0582b7f68bc204b415395d6a7
parent7462899ff68bcd71df600a32e90e2cabce60d72c (diff)
downloadaur-46c16dc181b256a3116e266a060ff7c9ff523f2c.tar.gz
update to 0.10.3
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index cd052c65f3ef..3e658fd9446d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = pikaur
pkgdesc = AUR helper with minimal dependencies. Review PKGBUILDs all in once, next build them all without user interaction.
- pkgver = 0.10.2
+ pkgver = 0.10.3
pkgrel = 1
url = https://github.com/actionless/pikaur
arch = any
@@ -8,8 +8,8 @@ pkgbase = pikaur
depends = pyalpm
depends = git
conflicts = pikaur-git
- source = pikaur-0.10.2.tar.gz::https://github.com/actionless/pikaur/archive/0.10.2.tar.gz
- md5sums = 2442d8d6529cd753e60a57a32d820861
+ source = pikaur-0.10.3.tar.gz::https://github.com/actionless/pikaur/archive/0.10.3.tar.gz
+ md5sums = f0aeb4f0280534fbca26e2f60c52e3f9
pkgname = pikaur
diff --git a/PKGBUILD b/PKGBUILD
index 335b526010ed..06230257db87 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# shellcheck disable=SC2034,SC2154
pkgname=pikaur
-pkgver=0.10.2
+pkgver=0.10.3
pkgrel=1
pkgdesc="AUR helper with minimal dependencies. Review PKGBUILDs all in once, next build them all without user interaction."
arch=('any')
@@ -11,7 +11,7 @@ license=('GPLv3')
source=(
"$pkgname-$pkgver.tar.gz"::https://github.com/actionless/pikaur/archive/"$pkgver".tar.gz
)
-md5sums=('2442d8d6529cd753e60a57a32d820861')
+md5sums=('f0aeb4f0280534fbca26e2f60c52e3f9')
depends=(
'pyalpm'
'git'