summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD9
1 files changed, 3 insertions, 6 deletions
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() {