summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 3df1283e929c..44b3f8ea1655 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,13 +1,13 @@
pkgname=xcman
-pkgver=1.0
+pkgver=1.1
pkgrel=1
pkgdesc="Minimal compositing manager for X"
arch=('x86_64')
url='https://github.com/maandree/xcman'
-license=('MIT')
-depends=('libxcomposite' 'libxdamage' 'libxrender' 'libxext')
+license=('custom:ISC')
+depends=('libxcomposite' 'libxdamage' 'libxrender')
source=(https://github.com/maandree/xcman/archive/$pkgver.tar.gz)
-sha256sums=('ca3c3ebaed322303e9a185ab1ec5d12022f498ca61b3db439339896eeadc2320')
+sha256sums=('c70aea4d7f7831a219d86c0530934b8ab80812e2304d93a098c5985fb8cb8244')
build() {
cd "${pkgname}-${pkgver}"