summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoractionless2018-04-19 15:00:34 +0200
committeractionless2018-04-19 15:00:34 +0200
commitfab439772e32aaa9cbcbda54ff6c6358a22985e3 (patch)
tree285eb91c0a61fd606a52b1ce02ae0eac4ca05cf7
parent0489da2e698b30365b2835afe62df3e3470aad16 (diff)
downloadaur-fab439772e32aaa9cbcbda54ff6c6358a22985e3.tar.gz
update to 0.10.1
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD5
2 files changed, 5 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 694ed8bb3f15..203f86843e7b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,17 +1,16 @@
pkgbase = pikaur
pkgdesc = AUR helper with minimal dependencies. Review PKGBUILDs all in once, next build them all without user interaction.
- pkgver = 0.10
+ pkgver = 0.10.1
pkgrel = 1
url = https://github.com/actionless/pikaur
arch = any
license = GPLv3
depends = pyalpm
- depends = python-setuptools
depends = git
depends = fakeroot
conflicts = pikaur-git
- source = pikaur-0.10.tar.gz::https://github.com/actionless/pikaur/archive/0.10.tar.gz
- md5sums = 854d12b6a9a92fc94b34ace6dceed93f
+ source = pikaur-0.10.1.tar.gz::https://github.com/actionless/pikaur/archive/0.10.1.tar.gz
+ md5sums = 74c4d82da70360beab064aa73da43572
pkgname = pikaur
diff --git a/PKGBUILD b/PKGBUILD
index e059a1a48b90..a726ce5f7bdd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# shellcheck disable=SC2034,SC2154
pkgname=pikaur
-pkgver=0.10
+pkgver=0.10.1
pkgrel=1
pkgdesc="AUR helper with minimal dependencies. Review PKGBUILDs all in once, next build them all without user interaction."
arch=('any')
@@ -11,10 +11,9 @@ license=('GPLv3')
source=(
"$pkgname-$pkgver.tar.gz"::https://github.com/actionless/pikaur/archive/"$pkgver".tar.gz
)
-md5sums=('854d12b6a9a92fc94b34ace6dceed93f')
+md5sums=('74c4d82da70360beab064aa73da43572')
depends=(
'pyalpm'
- 'python-setuptools'
'git'
'fakeroot'
)