summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD7
1 files changed, 4 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index da6abc954e3c..8980af89bfbc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,12 +3,13 @@
pkgname=activate-linux
pkgver=1.1.0
_pkg="$pkgname-$pkgver"
-pkgrel=1
+pkgrel=2
pkgdesc="The \"Activate Windows\" watermark ported to Linux with Xlib and cairo in C"
arch=("x86_64")
url='https://github.com/MrGlockenspiel/activate-linux'
-makedepends=('make' 'clang' 'pkgconf' 'libxfixes' 'libxinerama')
-depends=('cairo' 'libxi' 'libx11' 'libxt' 'wayland' 'wayland-protocols')
+makedepends=('make' 'clang' 'pkgconf')
+depends=('cairo' 'libx11' 'libxi' 'libxt' 'libxrandr' 'libxfixes' 'libxinerama' 'wayland' 'wayland-protocols')
+optdepends=('libconfig')
conflicts=('activate-linux-git')
license=('GPL3')
options=('!buildflags' '!makeflags')