summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTed Alff2017-10-10 21:33:12 -0400
committerTed Alff2017-10-10 21:33:12 -0400
commitef3d139fd31b8dfc6cee2a6ab99e2e17971b272e (patch)
treef17ba26b579ef7b65080a8f084c53def2922f0d2
parent97f33daa900dfa9861b52bd004fb7d0ea5ad9027 (diff)
downloadaur-ef3d139fd31b8dfc6cee2a6ab99e2e17971b272e.tar.gz
initial commit
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b98113ab12ea..65621b577ad2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Wed Oct 11 01:32:20 UTC 2017
+# Wed Oct 11 01:33:04 UTC 2017
pkgbase = simple-weather-indicator
pkgdesc = A simple weather indicator
pkgver = 1.0
diff --git a/PKGBUILD b/PKGBUILD
index fa3a975f715d..6bfe566ac98c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -15,9 +15,9 @@ sha256sums=('983dfb9821d4a3b2350fb062578350f54cc81485f985dad7364d96fb4df99f0e')
prepare() {
cd "${_pkgname}-${pkgver}"
- # Don't install to /opt and install locales to correct directory
+ # Don't install to ubuntu- directory
find . -type f -exec sed -i 's:ubuntu-indicator-weather:simple-weather-indicator:g' '{}' \;
-
+ # python2 fix
sed -i 's:exec python:&2:' indicator-weather
}