summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorÉtienne Deparis2016-12-08 10:10:05 +0100
committerÉtienne Deparis2016-12-08 10:10:05 +0100
commit625244a1c2988c98fe52e6d111c1e29061ba25e1 (patch)
treeddb8ec8e2d2db6a77b151a407382d9b9cf8bf134
parentdd25910d80de25c622a16c6bd21e920fbc17a92d (diff)
downloadaur-625244a1c2988c98fe52e6d111c1e29061ba25e1.tar.gz
Remove anoying warning due to weird folder permissions
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD3
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8caf5c783e27..d121b4c8bdd6 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by makepkg 5.0.1
-# Wed Dec 7 18:18:24 UTC 2016
+# Thu Dec 8 09:09:11 UTC 2016
pkgbase = molotov
pkgdesc = Molotov gives a streaming access to french TV channels.
pkgver = 1.1.0
- pkgrel = 1
+ pkgrel = 2
url = http://www.molotov.tv/
arch = i686
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index 3515a263f7fa..9734c55ebff9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=molotov
pkgver=1.1.0
-pkgrel=1
+pkgrel=2
pkgdesc="Molotov gives a streaming access to french TV channels."
arch=('i686' 'x86_64')
url="http://www.molotov.tv/"
@@ -21,6 +21,7 @@ build() {
echo "Categories=Video;Player;AudioVideo;" >> Molotov.desktop
sed -i "s/MOLOTOV_VERSION/${pkgver}/g" molotov
+ chmod 755 usr/share/icons
}
package() {