summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorDavid Birks2017-11-09 23:27:27 -0500
committerDavid Birks2017-11-09 23:27:27 -0500
commit4cd2911f8a1d7e41e55f29b2818fccf040b07040 (patch)
treeefb1c8c54f1a4fe4a2c58ea60188529edb5e2830 /PKGBUILD
parent9ad5e935810932ac0ece450a7605e3c93257b7df (diff)
downloadaur-4cd2911f8a1d7e41e55f29b2818fccf040b07040.tar.gz
update source, other PKGBUILD changes
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD14
1 files changed, 7 insertions, 7 deletions
diff --git a/PKGBUILD b/PKGBUILD
index aecfc8b4b490..f96f69e5c27b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,18 +1,18 @@
-# Maintainer: Tobias Frilling <tobias@frilling-online.de>
+# Maintainer: David Birks <david@tellus.space>
+# Contributor: Tobias Frilling <tobias@frilling-online.de>
# Contributor: Joseph Kern <timetrap AT gmail DOT com>
pkgname=utimer
pkgver=0.4
-pkgrel=8
-pkgdesc="A command-line multifunction timer tool."
-url="http://utimer.codealpha.net/utimer/"
+pkgrel=9
+pkgdesc="A command-line multifunction timer tool"
+url="https://sourceforge.net/projects/utimer/"
license=('GPL3')
makedepends=('intltool')
depends=('glib2')
arch=('x86_64' 'i686')
-source=( http://utimer.codealpha.net/files/utimer-$pkgver.tar.gz )
-sha1sums=('b9590ef4ff6bb8ecf64bb703f50f1bfeddf3fbdd')
-
+source=("https://launchpad.net/utimer/0.4/0.4/+download/utimer-$pkgver.tar.gz")
+sha256sums=('07a9d28e15155a10b7e6b22af05c84c878d95be782b6b0afaadec2f7884aa0f7')
build() {
cd "$srcdir/$pkgname-$pkgver"