summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoshua Ward2019-08-26 12:11:31 +1000
committerJoshua Ward2019-08-26 12:11:31 +1000
commit47b8d9c503673e066334638fa861793fc087cb24 (patch)
tree83ab9914a4f4e0196efe4d7bc1498e2a55370c8f
parent665837abb1bf89c2e2bf381f924ee1bd6fec1078 (diff)
downloadaur-47b8d9c503673e066334638fa861793fc087cb24.tar.gz
Update to 0.7.3.8
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD11
-rw-r--r--localepurge.diff13
3 files changed, 9 insertions, 19 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5fefe009988f..3080f11ed2eb 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -2,8 +2,8 @@
# Mon Aug 8 09:31:51 UTC 2016
pkgbase = localepurge
pkgdesc = Script to remove disk space wasted for unneeded localizations.
- pkgver = 0.7.3.4
- pkgrel = 2
+ pkgver = 0.7.3.8
+ pkgrel = 0
url = http://packages.debian.org/source/sid/localepurge
arch = any
license = GPL
diff --git a/PKGBUILD b/PKGBUILD
index a65a53289485..45d45241c552 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,10 +1,11 @@
-# Maintainer: Hyacinthe Cartiaux <hyacinthe.cartiaux @ free.fr>
+# Maintainer: Joshua Ward <joshuaward@myoffice.net.au>
+# Contributor: Hyacinthe Cartiaux <hyacinthe.cartiaux @ free.fr>
# Contributor: Francesco Groccia <frgroccia gmail.com>
# Contributor: Dincer Celik <dincer@bornovali.com>
pkgname=localepurge
-pkgver=0.7.3.4
-pkgrel=2
+pkgver=0.7.3.8
+pkgrel=0
pkgdesc="Script to remove disk space wasted for unneeded localizations."
arch=('any')
url="http://packages.debian.org/source/sid/localepurge"
@@ -36,8 +37,8 @@ package()
fi
install -D -m644 ${srcdir}/localelist ${pkgdir}/var/cache/localepurge/localelist
}
-sha256sums=('18d933181bf455ce386b91794a6e8dc9026bd89dde29ca6fbcde34d3030e2060'
- 'b8704eec22d0e84ada9a524277322f9892c11f3f4b84ec0dd4f50f0ca2dc7474'
+sha256sums=('1677b6a22a0cecdcbc0222e4df76eead49c9b2a04043331b7e559b8e5dbd9d97'
+ '7a3bff4fd339c883060c9219795e416e85d04ee46fce8dde6d5f0e0a0a51d0b5'
'82bd40594ef0646465eed6e525368e87694322513c0d3280879fcfc5c40cb6a7'
'b27e69a87f81ecb01ecd9fd92c174ed3c4406200eedc50ba6ebabce91e3851e8'
'b9c28be93fa47d4f0315972159e501d9eef28bbab7ffe6e8e7c4a13c359f35e8')
diff --git a/localepurge.diff b/localepurge.diff
index c0174d5bf784..b1ec3a66b01f 100644
--- a/localepurge.diff
+++ b/localepurge.diff
@@ -168,18 +168,7 @@
+ echo " /usr/bin/localepurge-config"
echo
fi
-
-@@ -157,7 +143,7 @@
- ## all locales and create a pattern matching superfluous locales.
- nopurge=$(
- set -o noglob; # Disable path expansion and use 'echo'
-- # below to change newlines into spaces
-+ # below to change newlines into spaces
- echo $(grep --invert-match --extended-regexp '^[ \t]*(#|$)' $NOPURGECONF)
- )
- nopurgepat='@(C|'"${nopurge// /|}"')'
-@@ -172,7 +158,7 @@
- )
+
################################################################
-## Define utility functions