aboutsummaryrefslogtreecommitdiffstats
path: root/community/sphinx/APKBUILD
diff options
context:
space:
mode:
authorDaniel Isaksen <d@duniel.no>2018-11-19 01:34:55 +0000
committerCarlo Landmeter <clandmeter@alpinelinux.org>2018-11-19 07:42:34 +0000
commitb78541574965fddb19c889c3c73d5420ad360f98 (patch)
tree86f552541a516a6ddb9ec039b6af82270557f680 /community/sphinx/APKBUILD
parent70492cc40fe32b33507ac0d6ffdccfc11dde2b70 (diff)
community/sphinx: use re2-dev instead of libre2-dev
Diffstat (limited to 'community/sphinx/APKBUILD')
-rw-r--r--community/sphinx/APKBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/community/sphinx/APKBUILD b/community/sphinx/APKBUILD
index e6c06daa0a5..9b23e5e4dae 100644
--- a/community/sphinx/APKBUILD
+++ b/community/sphinx/APKBUILD
@@ -11,7 +11,7 @@ license="GPL-2.0"
depends=""
depends_dev=""
makedepends="$depends_dev postgresql-dev mariadb-connector-c-dev unixodbc-dev expat-dev
- libre2-dev snowball-dev"
+ re2-dev snowball-dev"
install=""
pkgusers="$pkgname"
pkggroups="$pkgname"