summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJustin Kromlinger2023-01-07 18:16:52 +0100
committerJustin Kromlinger2023-01-07 18:18:01 +0100
commitea0bdc0ca0f4b723e803c867b5ed91adb8174f1a (patch)
tree63e8db935273bb26233a0011fce50e20d2cd9951 /PKGBUILD
parent5fd9101782e6972477a59c3ccc14840b20544d12 (diff)
downloadaur-ea0bdc0ca0f4b723e803c867b5ed91adb8174f1a.tar.gz
Add additional deps, add post_install, update post_upgrade, add config backup
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 19f1c6c98a94..cf27f8355150 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@ pkgdesc="The definitive self-hosted URL shortener"
url="https://shlink.io"
license=("MIT")
arch=("any")
-depends=("php>=8.1" "php-gd")
+depends=("php>=8.1" "php-gd" "php-intl" "php-apcu")
optdepends=("mariadb: database"
"mssql-server: database"
"mysql: database"
@@ -19,6 +19,7 @@ source=("https://github.com/shlinkio/shlink/releases/download/v$pkgver/$pkgname$
sha256sums=('e37e91cd86a8d495952783d1eeb94f157ddfe42f50849a3c2f979b1f9d991963')
install="$pkgname.install"
options=("!strip")
+backup=("usr/share/webapps/shlink/config/params/generated_config.php")
# https://wiki.archlinux.org/title/DeveloperWiki:UID_/_GID_Database
_http_uid_gid=33