summaryrefslogtreecommitdiff
path: root/~lukeshu
diff options
context:
space:
mode:
authorLuke Shumaker <lukeshu@sbcglobal.net>2015-04-27 18:41:38 -0400
committerLuke Shumaker <lukeshu@sbcglobal.net>2015-05-04 17:48:22 -0400
commit883afecba4b3d270b8fee3a096afcb1da02e23b7 (patch)
treea4542f35994e15606a633ed89c3bfb1fbf4c1ffe /~lukeshu
parentccc8e46331cf623b840358bff09a1df8c1b68105 (diff)
update ~lukeshu/thingutils-git
Diffstat (limited to '~lukeshu')
-rw-r--r--~lukeshu/thingutils-git/PKGBUILD16
1 files changed, 8 insertions, 8 deletions
diff --git a/~lukeshu/thingutils-git/PKGBUILD b/~lukeshu/thingutils-git/PKGBUILD
index 3ed858edb..5ae2f1355 100644
--- a/~lukeshu/thingutils-git/PKGBUILD
+++ b/~lukeshu/thingutils-git/PKGBUILD
@@ -3,8 +3,8 @@
_pkgname=thingutils
pkgname=$_pkgname-git
-pkgver=20141128
-_gitver=30c42d2c3f6a9ce65e85363601abd1e469a32a2f
+pkgver=20150427
+_gitver=49a8f558596d2a287793e12ebac60c026f608df1
pkgdesc="Miscellaneous utilities by Luke Shumaker"
url="https://lukeshu.com/git/thingutils.git"
license=('MIT')
@@ -15,16 +15,16 @@ conflicts=($_pkgname)
pkgrel=1
arch=('i686' 'x86_64')
-depends=(
- 'php' # urldecode
- 'offlineimap' # offlineimap-runner
- 'wdiff' # chardiff
- 'acpi' # batterymon, tempmon
+optdepends=(
+ 'php: for urldecode'
+ '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=('f08e191c97e1ab1109a4b73173549374')
+md5sums=('cf4e1471a8fbdf2dab0445deef3879b9')
mkdepends=('git')
mksource=("$pkgname-$pkgver::git://lukeshu.com/$_pkgname.git#commit=$_gitver")