summaryrefslogtreecommitdiff
path: root/~lukeshu
diff options
context:
space:
mode:
authorLuke Shumaker <lukeshu@sbcglobal.net>2017-01-28 17:45:35 -0500
committerLuke Shumaker <lukeshu@sbcglobal.net>2017-01-28 17:45:35 -0500
commit66fd1c855ab6bdf059129fa9c58a89f1a4bbc8d6 (patch)
treee44f701f0df1deefa7f4df47de7aa480b1f599a8 /~lukeshu
parentb02268d8f6c52eca08c437a9542ee87a078cb103 (diff)
update ~lukeshu/thingutils-git
Diffstat (limited to '~lukeshu')
-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() {