summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAzat Abdullin2017-06-23 14:01:32 +0000
committerAzat Abdullin2017-06-23 14:01:32 +0000
commit33d885d1ba8b414fb119390de3ffdfd1121e795f (patch)
tree66ce28796c044ee40124b694e8eac60ffe2a41ee
parentcd1c27cdeea2b75a42253c3b2c1bda3f164c58dd (diff)
downloadaur-33d885d1ba8b414fb119390de3ffdfd1121e795f.tar.gz
fix with correct icons loading
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index a497c104e5de..d746dd38bc53 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
pkgname=desktop-phonepi
pkgver=1
-pkgrel=1
+pkgrel=2
pkgdesc="Desktop application for PhonePi project"
url="https://github.com/PhonePi"
arch=("i686" "x86_64" "armv6h")
@@ -21,4 +21,4 @@ build() {
package() {
cd "$srcdir/phonepi/src/desktop"
make DESTDIR=$pkgdir install
-} \ No newline at end of file
+}