diff options
Diffstat (limited to 'xcman/PKGBUILD')
-rw-r--r-- | xcman/PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/xcman/PKGBUILD b/xcman/PKGBUILD index 7cd8154..d899ba5 100644 --- a/xcman/PKGBUILD +++ b/xcman/PKGBUILD @@ -1,12 +1,12 @@ pkgname=xcman pkgver=1.1 -pkgrel=1 +pkgrel=2 pkgdesc="Minimal compositing manager for X" arch=('x86_64') url='https://github.com/maandree/xcman' license=('custom:ISC') depends=('libxcomposite' 'libxdamage' 'libxrender') -source=(https://github.com/maandree/xcman/archive/$pkgver.tar.gz) +source=($pkgname-$pkgver::https://github.com/maandree/xcman/archive/$pkgver.tar.gz) sha256sums=('04c6047ebde5d846dbe9ad6b9eadf91e691c6b445f97d9e3a72329eb0de24630') build() { |