summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO9
-rw-r--r--PKGBUILD9
2 files changed, 7 insertions, 11 deletions
diff --git a/.SRCINFO b/.SRCINFO
index dbbcf2d1e496..d365c9aeb6ad 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,17 +1,16 @@
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.0
- pkgrel = 3
+ pkgver = 1.0.1
+ pkgrel = 1
url = https://github.com/actionless/pikaur
arch = any
license = GPL3
- makedepends = ruby-ronn
depends = pacman
depends = pyalpm
depends = git
conflicts = pikaur-git
- source = pikaur-1.0.tar.gz::https://github.com/actionless/pikaur/archive/1.0.tar.gz
- md5sums = fb2aa7e75c48653937ec0bc39e23b5f2
+ source = pikaur-1.0.1.tar.gz::https://github.com/actionless/pikaur/archive/1.0.1.tar.gz
+ md5sums = 188a7f05b9c0359ce754e64cbc1f4d14
pkgname = pikaur
diff --git a/PKGBUILD b/PKGBUILD
index 2c2cba30d0b3..fc25f0d74099 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,8 +2,8 @@
# shellcheck disable=SC2034,SC2154
pkgname=pikaur
-pkgver=1.0
-pkgrel=3
+pkgver=1.0.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')
url="https://github.com/actionless/pikaur"
@@ -11,15 +11,12 @@ license=('GPL3')
source=(
"$pkgname-$pkgver.tar.gz"::https://github.com/actionless/pikaur/archive/"$pkgver".tar.gz
)
-md5sums=('fb2aa7e75c48653937ec0bc39e23b5f2')
+md5sums=('188a7f05b9c0359ce754e64cbc1f4d14')
depends=(
'pacman'
'pyalpm'
'git'
)
-makedepends=(
- 'ruby-ronn'
-)
conflicts=('pikaur-git')
build() {