summarylogtreecommitdiffstats
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
parentcfcecc5b6868c2d8eb419acdbc666e1cefac18c4 (diff)
downloadaur-46936a4df377835e1325acd7db68251ec19ec73c.tar.gz
V3. Works now in most shells
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 5 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f5b5f30d07be..45171c2aafc8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,17 +1,15 @@
pkgbase = fakeaur
pkgdesc = Edit names and descriptions of AUR packages. Meme mates with nani or btwiusearch
pkgver = r11.37adea1
- pkgrel = 2
+ pkgrel = 3
url = https://github.com/schrmh/fakeAUR
arch = any
license = unknown
makedepends = git
- makedepends = bash
- depends = bash
+ depends = jq
provides = fakeaur
conflicts = fakeaur
source = fakeaur::git+https://github.com/schrmh/fakeAUR.git
md5sums = SKIP
pkgname = fakeaur
-
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")