summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-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'
)