summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJJ2023-02-15 20:00:48 -0800
committerJJ2023-02-15 20:00:48 -0800
commit952451d20926f66bab2c41797506977cf59118e8 (patch)
treeb6ef52adf3e0e63a1e9ac6065c5f02f10f33e384
parent43295b198cdb55e1eeb7975b4eff17a6ea400ff5 (diff)
downloadaur-pakku.tar.gz
add pcre dependency
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2fc6a8f19487..15e1342c4cbf 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = pakku
pkgdesc = Pacman wrapper and AUR helper with a pacman-like user interface
pkgver = 0.17
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/zqqw/pakku
arch = i686
arch = x86_64
@@ -14,8 +14,9 @@ pkgbase = pakku
makedepends = asciidoc
depends = libcurl.so
depends = git
+ depends = pcre
backup = etc/pakku.conf
source = https://github.com/zqqw/pakku/archive/refs/tags/v0.17.tar.gz
- sha256sums = e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
+ sha256sums = d5fa76ae92892cb12edcda36fe1b5e8f6fb6ca4b0247bb3b13236754b35f833f
pkgname = pakku
diff --git a/PKGBUILD b/PKGBUILD
index ff2ca19a122e..2c1fe6dfac7b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,12 +3,12 @@
pkgname=pakku
pkgver=0.17
-pkgrel=1
+pkgrel=2
pkgdesc='Pacman wrapper and AUR helper with a pacman-like user interface'
arch=('i686' 'x86_64' 'armv6h' 'armv7h' 'aarch64')
url="https://github.com/zqqw/$pkgname"
license=('GPL3')
-depends=('libcurl.so' 'git')
+depends=('libcurl.so' 'git' 'pcre')
makedepends=('nim' 'git' 'asciidoc')
backup=('etc/pakku.conf')
source=("$url/archive/refs/tags/v$pkgver.tar.gz")