summaryrefslogtreecommitdiff
path: root/~lukeshu
diff options
context:
space:
mode:
authorLuke Shumaker <lukeshu@sbcglobal.net>2015-05-04 17:48:54 -0400
committerLuke Shumaker <lukeshu@sbcglobal.net>2015-05-04 17:48:54 -0400
commitca006cb3be10c53090e2cdbcb731e199e03e7149 (patch)
tree6558cac368c42bfb7d8681a350d116a38f557247 /~lukeshu
parent883afecba4b3d270b8fee3a096afcb1da02e23b7 (diff)
update ~lukeshu/thingutils-git
Diffstat (limited to '~lukeshu')
-rw-r--r--~lukeshu/thingutils-git/PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/~lukeshu/thingutils-git/PKGBUILD b/~lukeshu/thingutils-git/PKGBUILD
index 5ae2f1355..1abd3f59d 100644
--- a/~lukeshu/thingutils-git/PKGBUILD
+++ b/~lukeshu/thingutils-git/PKGBUILD
@@ -3,8 +3,8 @@
_pkgname=thingutils
pkgname=$_pkgname-git
-pkgver=20150427
-_gitver=49a8f558596d2a287793e12ebac60c026f608df1
+pkgver=20150504
+_gitver=fbc8a95ef9827ca785d43f50b0f8c0a5e390c1dc
pkgdesc="Miscellaneous utilities by Luke Shumaker"
url="https://lukeshu.com/git/thingutils.git"
license=('MIT')
@@ -16,7 +16,6 @@ pkgrel=1
arch=('i686' 'x86_64')
optdepends=(
- 'php: for urldecode'
'offlineimap: for offlineimap-runner'
'wdiff: for chardiff'
'acpi: for batterymon or tempmon'
@@ -24,7 +23,7 @@ optdepends=(
makedepends=('go')
source=("https://repo.parabola.nu/other/~lukeshu/$_pkgname/$pkgname-$pkgver.tar.gz")
-md5sums=('cf4e1471a8fbdf2dab0445deef3879b9')
+md5sums=('3e9cae80a2c1b040f94339c8715f0b8d')
mkdepends=('git')
mksource=("$pkgname-$pkgver::git://lukeshu.com/$_pkgname.git#commit=$_gitver")
@@ -38,4 +37,5 @@ build() {
package() {
cd "$srcdir/$pkgname-$pkgver"
make install prefix=/usr DESTDIR="$pkgdir"
+ install -Dm644 LICENSE.txt -t "$pkgdir"/usr/share/licenses/$pkgname
}