summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 44b3f8ea1655..d899ba5bc613 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,13 +1,13 @@
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)
-sha256sums=('c70aea4d7f7831a219d86c0530934b8ab80812e2304d93a098c5985fb8cb8244')
+source=($pkgname-$pkgver::https://github.com/maandree/xcman/archive/$pkgver.tar.gz)
+sha256sums=('04c6047ebde5d846dbe9ad6b9eadf91e691c6b445f97d9e3a72329eb0de24630')
build() {
cd "${pkgname}-${pkgver}"