summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authora8212024-03-07 13:29:25 +0100
committera8212024-03-07 13:29:25 +0100
commite0cf9052c4ba4b5750b712e8572eee8b703f57f3 (patch)
tree1f757c0ab35ee253ba7eb7ffb3b6bfdeac06b25f /PKGBUILD
parent85fe80f46708d150952f868ca3dc1d749897121e (diff)
downloadaur-zathura-ps-git.tar.gz
Sync with official PKGBUILD
* SPDX license identifier * add dependencies desktop-file-utils * remove old .AURINFO * add .gitignore
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 117f119223a5..3e537dca767c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,13 +2,13 @@
# Contributor: Moritz Lipp <mlq@pwmt.org>
pkgname=zathura-ps-git
-pkgrel=1
pkgver=0.2.7.r2.g0d28473
+pkgrel=2
pkgdesc="PostScript support for zathura"
arch=('x86_64')
url="https://pwmt.org/projects/zathura-ps"
-license=('custom')
-depends=('zathura-git' 'libspectre')
+license=('Zlib')
+depends=('zathura-git' 'libspectre' 'desktop-file-utils')
makedepends=('git' 'meson' 'ninja')
conflicts=('zathura-ps')
provides=('zathura-ps')