summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorWu Zhenyu2023-07-18 04:46:50 +0800
committerWu Zhenyu2023-07-18 04:46:50 +0800
commitfc579556e9627bbca3dfb2f98dd11901bb1fbd12 (patch)
tree7c542222726da3b3198055df19aeb42214b03968 /PKGBUILD
parentcdad21b169e068e318e67eaff783e5aff1921161 (diff)
downloadaur-gem2arch.tar.gz
:heavy_minus_sign: Remove some depends
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 2 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 6aef5fdd8f54..6498c1c4b685 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,15 +3,14 @@
pkgname=gem2arch
pkgver=0.11
-pkgrel=1
+pkgrel=2
pkgdesc='Create PKGBUILD from Ruby Gem Package'
arch=(any)
license=(GPL3)
url='https://github.com/anatol/gem2arch'
-depends=(ruby ruby-erubis pkgbuild-introspection)
+depends=(ruby ruby-erubis)
optdepends=(
'git: for --git support'
- 'burp: for --aur flag support'
)
source=(gem2arch-$pkgver.zip::https://github.com/anatol/gem2arch/archive/$pkgver.zip)
sha1sums=('9fe76219255f251f85df7080ceece0dfe766b885')