summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Bermond2018-10-26 18:18:14 +0000
committerDaniel Bermond2018-10-26 18:18:14 +0000
commita34f30c4cb1990b8bd9d638dd46def1bad4b7292 (patch)
treeaa5844662f6d2fa0dac4342e284b9947c930d8ff
parentd743e0a22e2b92e11565edc54d59d86b221df7d9 (diff)
downloadaur-a34f30c4cb1990b8bd9d638dd46def1bad4b7292.tar.gz
Updated to version 1.0.39
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD13
2 files changed, 10 insertions, 11 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1945106a8a71..751c896ea2dd 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = littleutils-full
pkgdesc = Utilities for compression, file manipulation, text cleanup, and images/PDF optimization (with all features and extras)
- pkgver = 1.0.37
- pkgrel = 2
+ pkgver = 1.0.39
+ pkgrel = 1
url = http://littleutils.sourceforge.net/
arch = i686
arch = x86_64
@@ -26,8 +26,8 @@ pkgbase = littleutils-full
depends = lzma_alone
provides = littleutils
conflicts = littleutils
- source = https://sourceforge.net/projects/littleutils/files/littleutils-source/1.0.37/littleutils-1.0.37.tar.xz
- sha256sums = f846ab6d2793499c99472469a2a74d9e57ee336320700bd540e2bc6ab0ec76da
+ source = https://sourceforge.net/projects/littleutils/files/littleutils-source/1.0.39/littleutils-1.0.39.tar.xz
+ sha256sums = c24185a0752140f38b1c295bfad3f038fbeda2f1643cd83d7496130cc3a03160
pkgname = littleutils-full
diff --git a/PKGBUILD b/PKGBUILD
index a57f64fc85bd..3c623af323a6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
-# Maintainer: Daniel Bermond < yahoo-com: danielbermond >
+# Maintainer: Daniel Bermond < gmail-com: danielbermond >
_srcname=littleutils
pkgname=littleutils-full
-pkgver=1.0.37
-pkgrel=2
+pkgver=1.0.39
+pkgrel=1
pkgdesc='Utilities for compression, file manipulation, text cleanup, and images/PDF optimization (with all features and extras)'
arch=('i686' 'x86_64')
url='http://littleutils.sourceforge.net/'
@@ -18,7 +18,7 @@ depends=(
provides=('littleutils')
conflicts=('littleutils')
source=("https://sourceforge.net/projects/littleutils/files/littleutils-source/${pkgver}/littleutils-${pkgver}.tar.xz")
-sha256sums=('f846ab6d2793499c99472469a2a74d9e57ee336320700bd540e2bc6ab0ec76da')
+sha256sums=('c24185a0752140f38b1c295bfad3f038fbeda2f1643cd83d7496130cc3a03160')
build() {
cd "${_srcname}-${pkgver}"
@@ -31,8 +31,7 @@ build() {
package() {
cd "${_srcname}-${pkgver}"
- make DESTDIR="$pkgdir" install
- make DESTDIR="$pkgdir" install-extra
+ make DESTDIR="$pkgdir" install{,-extra}
- install -D -m644 LICENSES "${pkgdir}/usr/share/licenses/${pkgname}/LICENSES"
+ install -D -m644 LICENSES -t "${pkgdir}/usr/share/licenses/${pkgname}"
}