aboutsummaryrefslogtreecommitdiffstats
path: root/community/xfce4-terminal
diff options
context:
space:
mode:
authorLeo <thinkabit.ukim@gmail.com>2019-11-22 17:55:40 +0100
committerLeo <thinkabit.ukim@gmail.com>2019-11-22 17:55:40 +0100
commit62b8d8bdb47f4b33d3569183ff9499aff3397939 (patch)
tree7372f1e8d3a005a6700142620228dc7d4109dd04 /community/xfce4-terminal
parent2a06d93c13997409e59e398fbd3e7b7fc7e655e0 (diff)
downloadaports-62b8d8bdb47f4b33d3569183ff9499aff3397939.tar.bz2
aports-62b8d8bdb47f4b33d3569183ff9499aff3397939.tar.xz
community/xfce4-terminal: add missing dependency on pcre2-dev
Diffstat (limited to 'community/xfce4-terminal')
-rw-r--r--community/xfce4-terminal/APKBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/community/xfce4-terminal/APKBUILD b/community/xfce4-terminal/APKBUILD
index bb40b719ea..46dfd08c50 100644
--- a/community/xfce4-terminal/APKBUILD
+++ b/community/xfce4-terminal/APKBUILD
@@ -1,16 +1,16 @@
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=xfce4-terminal
pkgver=0.8.8
-pkgrel=0
+pkgrel=1
pkgdesc="A modern terminal emulator primarly for the Xfce desktop environment"
url="https://xfce.org/projects/terminal/"
arch="all"
license="GPL-2.0-or-later"
depends="startup-notification hicolor-icon-theme"
-makedepends="exo-dev vte3-dev libxfce4ui-dev"
+makedepends="exo-dev vte3-dev libxfce4ui-dev pcre2-dev"
replaces="terminal"
subpackages="$pkgname-doc $pkgname-lang"
-source="https://archive.xfce.org/src/apps/${pkgname}/${pkgver%.*}/xfce4-terminal-${pkgver}.tar.bz2"
+source="https://archive.xfce.org/src/apps/xfce4-terminal/${pkgver%.*}/xfce4-terminal-$pkgver.tar.bz2"
build() {
./configure \