diff options
-rw-r--r-- | xcman/PKGBUILD | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/xcman/PKGBUILD b/xcman/PKGBUILD index 3df1283..7cd8154 100644 --- a/xcman/PKGBUILD +++ b/xcman/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=('04c6047ebde5d846dbe9ad6b9eadf91e691c6b445f97d9e3a72329eb0de24630') build() { cd "${pkgname}-${pkgver}" |