summaryrefslogtreecommitdiff
path: root/~lukeshu/thingutils-git/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to '~lukeshu/thingutils-git/PKGBUILD')
-rw-r--r--~lukeshu/thingutils-git/PKGBUILD10
1 files changed, 4 insertions, 6 deletions
diff --git a/~lukeshu/thingutils-git/PKGBUILD b/~lukeshu/thingutils-git/PKGBUILD
index 1abd3f59d..37a054ce9 100644
--- a/~lukeshu/thingutils-git/PKGBUILD
+++ b/~lukeshu/thingutils-git/PKGBUILD
@@ -3,8 +3,8 @@
_pkgname=thingutils
pkgname=$_pkgname-git
-pkgver=20150504
-_gitver=fbc8a95ef9827ca785d43f50b0f8c0a5e390c1dc
+pkgver=20170126
+_gitver='commit=4c04b4de8266caf326d8915f129d42e3e83e0575'
pkgdesc="Miscellaneous utilities by Luke Shumaker"
url="https://lukeshu.com/git/thingutils.git"
license=('MIT')
@@ -14,19 +14,17 @@ conflicts=($_pkgname)
pkgrel=1
arch=('i686' 'x86_64')
-
optdepends=(
- 'offlineimap: for offlineimap-runner'
'wdiff: for chardiff'
'acpi: for batterymon or tempmon'
)
makedepends=('go')
source=("https://repo.parabola.nu/other/~lukeshu/$_pkgname/$pkgname-$pkgver.tar.gz")
-md5sums=('3e9cae80a2c1b040f94339c8715f0b8d')
+md5sums=('ee01884f973df6bb965f61053ff729c1')
mkdepends=('git')
-mksource=("$pkgname-$pkgver::git://lukeshu.com/$_pkgname.git#commit=$_gitver")
+mksource=("$pkgname-$pkgver::git://lukeshu.com/$_pkgname.git#$_gitver")
mkmd5sums=('SKIP')
build() {