summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTimo Kaufmann2017-01-24 08:14:43 +0100
committerTimo Kaufmann2017-01-24 08:14:43 +0100
commitd635b55fa3a54bcdaa2e68036bcc1b1abe273c79 (patch)
tree7bcf7d4aec4ac788b8b863620935c3cc5df3f315
parentb218307150e22ad35dca27f44405f4982c3ef5d4 (diff)
downloadaur-d635b55fa3a54bcdaa2e68036bcc1b1abe273c79.tar.gz
PKGBUILD cleanup
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
-rw-r--r--xtitle-0.4.2.tar.xzbin0 -> 4833 bytes
3 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9718c54818db..a457f543dda2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = xtitle
pkgdesc = Outputs X window titles
pkgver = 0.4.2
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/baskerville/xtitle
arch = i686
arch = x86_64
@@ -12,8 +12,8 @@ pkgbase = xtitle
provides = xtitle
conflicts = xtitle
conflicts = xtitle-git
- source = https://www.github.com/baskerville/xtitle/archive/0.4.2.tar.gz
- md5sums = be2a878cf65cae56023918e8964fb893
+ source = xtitle-0.4.2.tar.gz::https://github.com/baskerville/xtitle/archive/0.4.2.tar.gz
+ md5sums = 78c531089280b5b88a77ca06b6c74dd2
pkgname = xtitle
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() {
diff --git a/xtitle-0.4.2.tar.xz b/xtitle-0.4.2.tar.xz
new file mode 100644
index 000000000000..742849e413fd
--- /dev/null
+++ b/xtitle-0.4.2.tar.xz
Binary files differ