From ca006cb3be10c53090e2cdbcb731e199e03e7149 Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Mon, 4 May 2015 17:48:54 -0400 Subject: update ~lukeshu/thingutils-git --- ~lukeshu/thingutils-git/PKGBUILD | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to '~lukeshu/thingutils-git') 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 } -- cgit v1.2.2