summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorTimo Kaufmann2017-01-24 08:14:43 +0100
committerTimo Kaufmann2017-01-24 08:14:43 +0100
commitd635b55fa3a54bcdaa2e68036bcc1b1abe273c79 (patch)
tree7bcf7d4aec4ac788b8b863620935c3cc5df3f315 /PKGBUILD
parentb218307150e22ad35dca27f44405f4982c3ef5d4 (diff)
downloadaur-d635b55fa3a54bcdaa2e68036bcc1b1abe273c79.tar.gz
PKGBUILD cleanup
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 99693abf7b29..571b8df37461 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=xtitle
pkgver=0.4.2
-pkgrel=1
+pkgrel=2
pkgdesc='Outputs X window titles'
arch=('i686' 'x86_64')
url="https://github.com/baskerville/${pkgname}"
@@ -10,7 +10,7 @@ license=('custom:Unlicense')
depends=('libxcb' 'xcb-util-wm' 'xcb-util')
provides=("${pkgname}")
conflicts=("${pkgname}" "${pkgname}-git")
-source=("https://www.github.com/baskerville/${pkgname}/archive/${pkgver}.tar.gz")
+source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/${pkgver}.tar.gz")
md5sums=('78c531089280b5b88a77ca06b6c74dd2')
build() {