summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorHans Müller2023-03-17 10:23:10 +0100
committerHans Müller2023-03-17 10:26:34 +0100
commit46936a4df377835e1325acd7db68251ec19ec73c (patch)
tree85f48a851a9f6b800210a3fd7ab53161c2bcc1c4 /PKGBUILD
parentcfcecc5b6868c2d8eb419acdbc666e1cefac18c4 (diff)
downloadaur-46936a4df377835e1325acd7db68251ec19ec73c.tar.gz
V3. Works now in most shells
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 4832893059d2..8cfcb2f0dac9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,13 +1,13 @@
# Maintainer: Hans Müller <schreibemirhalt@gmail.com>
pkgname=fakeaur
pkgver=r11.37adea1
-pkgrel=2
+pkgrel=3
pkgdesc="Edit names and descriptions of AUR packages. Meme mates with nani or btwiusearch"
arch=('any')
url="https://github.com/schrmh/fakeAUR"
license=('unknown')
-depends=('bash')
-makedepends=('git' 'bash')
+depends=('jq')
+makedepends=('git')
provides=("${pkgname}")
conflicts=("${pkgname}")
source=("$pkgname::git+https://github.com/schrmh/fakeAUR.git")