summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorElias Riedel Gårding2019-07-04 23:11:22 +0200
committerElias Riedel Gårding2019-07-04 23:16:47 +0200
commitff8c3d8dff66a75b27e4b6cc53b506eb5dbcf681 (patch)
treef510fd21ff89cf21471e6d32d6ee44a0a3ba1792
parent05ea82dec485a53dc8e3995b3c93e3a1113a70d3 (diff)
downloadaur-ff8c3d8dff66a75b27e4b6cc53b506eb5dbcf681.tar.gz
Adapt to upstream fix to comply with XDG_DATA_HOME
Fix suggested by me because of this package. Upstream commit 6841c3c8d0844d59ff4573e6384ccfd91ed49557.
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8b918b35bc09..125d57147d67 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = funky-git
pkgdesc = Create directory-specific shell functions
- pkgver = v3.3.1.r3.g4b710b1
+ pkgver = v3.3.1.r11.g2997e05
pkgrel = 1
url = https://github.com/bbugyi200/funky
install = funky-git.install
diff --git a/PKGBUILD b/PKGBUILD
index 244ac9ea62a6..64ac8db82c8c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Elias Riedel Gårding <eliasrg@kth.se>
# Author: Bryan Bugyi <bryanbugyi34@gmail.com>
pkgname=funky-git
-pkgver=v3.3.1.r3.g4b710b1
+pkgver=v3.3.1.r11.g2997e05
pkgrel=1
pkgdesc="Create directory-specific shell functions"
arch=('any')
@@ -41,6 +41,6 @@ package() {
cp README.md "$pkgdir/usr/share/doc/${pkgname%%-git}"
# Set XDG_DATA_HOME to avoid installing funky.sh in $HOME/.local/share
- XDG_DATA_HOME=/usr/share/funky python setup.py install \
+ XDG_DATA_HOME=/usr/share python setup.py install \
--root="$pkgdir/" --optimize=1 --skip-build
}