summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorKonstantin2017-05-08 15:29:30 +0300
committerKonstantin2017-05-08 15:29:30 +0300
commitc411a1afe1e1144b6a7710b9d4b98256db5b850a (patch)
tree4862b657105675a9de17730f20f2b8f308c4d298
parent780f679e2ed57873c1ea1c462a22ed90f4f765c4 (diff)
downloadaur-c411a1afe1e1144b6a7710b9d4b98256db5b850a.tar.gz
Fixed libexec
-rw-r--r--.SRCINFO2
-rwxr-xr-xPKGBUILD3
2 files changed, 3 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 42195717eaf6..89a201fe18f0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -3,7 +3,7 @@
pkgbase = xfce4-sntray-plugin
pkgdesc = Plugin for xfce4-panel and vala-panel to show StatusNotifierItems (AppIndicators) via FlowBox
pkgver = 0.4.4
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/rilian-la-te/xfce4-sntray-plugin
arch = i686
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index fd9ff66a7500..6ce67352888c 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -12,6 +12,7 @@ pkgname=(
_opts=(
-DCMAKE_INSTALL_PREFIX=/usr
-DCMAKE_INSTALL_LIBDIR=lib
+ -DCMAKE_INSTALL_LIBEXECDIR=lib
)
makedepends=('cmake' 'vala' 'gtk3' 'libpeas')
@@ -59,7 +60,7 @@ pkgbase=xfce4-sntray-plugin
_cmakename=cmake-vala
_dbusmenuname=vala-dbusmenu
pkgver=0.4.4
-pkgrel=1
+pkgrel=2
pkgdesc="Plugin for xfce4-panel and vala-panel to show StatusNotifierItems (AppIndicators) via FlowBox"
url="https://github.com/rilian-la-te/xfce4-sntray-plugin"
arch=('i686' 'x86_64')