summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorValHue2019-12-15 08:30:40 +0100
committerValHue2019-12-15 08:30:40 +0100
commit980486e2b92c75ee71f304733d562d7bcb5bb8bf (patch)
tree7c6d15744fb05a2397b591f77a740efe5b0ae8f2 /PKGBUILD
parente9f269728d7930f47a87c4853d7bfb4897b343f1 (diff)
downloadaur-caja-gksu.tar.gz
Update to 1.23.0-1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD9
1 files changed, 4 insertions, 5 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 327079b3a91f..219728389d1a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
#
_pkgbase="caja-extensions"
pkgname="caja-gksu"
-pkgver="1.22.0"
+pkgver="1.23.0"
pkgrel="1"
pkgdesc="Allows you to open files with administration privileges using the \
context menu when browsing your files with Caja."
@@ -15,12 +15,11 @@ groups=('mate-extra')
depends=('caja' 'caja-extensions-common' 'gksu')
makedepends=('intltool' 'python')
source=("https://pub.mate-desktop.org/releases/${pkgver%.*}/${_pkgbase}-${pkgver}.tar.xz")
-sha256sums=('779c237f7e922c877f7884a0201cb54da9c8f30c414a7ee297178fd6aa3406c1')
+sha256sums=('e015238fe81f9f47d2e08543b89f0e47a645150f1639c485d978d4e0988fd3af')
build() {
cd "${_pkgbase}-${pkgver}"
- PYTHON=/usr/bin/python2 ./configure \
- --prefix=/usr \
+ PYTHON=/usr/bin/python2 ./configure --prefix=/usr
#https://bugzilla.gnome.org/show_bug.cgi?id=656231
sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
@@ -33,4 +32,4 @@ package() {
make -C gksu DESTDIR="${pkgdir}" install
}
-# vim:set ts=4 sw=4 ft=sh et syn=sh:
+# vim:set ts=4 sw=4 et syn=sh ft=sh: