summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPeter Mattern2016-05-06 13:13:41 +0200
committerPeter Mattern2016-05-06 13:13:41 +0200
commit5af88951341ab55db42b922b8d2e895b7eee51f0 (patch)
treeeea3544fada0102a954cd334b10bbcd8d39d1805
parent300f065454614d67fef8ee7314f77339c53632e8 (diff)
downloadaur-5af88951341ab55db42b922b8d2e895b7eee51f0.tar.gz
Set binary version of NM to 1.2.0 in CMake option BIN_NM_VERSION
Problem addressed in FS#42991 is fixed for now but may basically crop up again in the future. Thus modifying the version instead of removing the option altogether for now. See upstream discussion in https://bugs.kde.org/show_bug.cgi?id=362736.
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 67f826387b3a..c1e4b4ffcc0b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Thu May 5 12:06:57 UTC 2016
+# Fri May 6 11:13:30 UTC 2016
pkgbase = nm-tray-git
pkgdesc = Pure Qt NetworkManager front-end residing in panels
pkgver = r34.261cfb6
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/palinek/nm-tray
arch = i686
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index 86287e5ca15b..bed980dbffd6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_pkgname=nm-tray
pkgname=$_pkgname-git
pkgver=r34.261cfb6
-pkgrel=1
+pkgrel=2
pkgdesc='Pure Qt NetworkManager front-end residing in panels'
arch=('i686' 'x86_64')
url='https://github.com/palinek/nm-tray'
@@ -23,7 +23,7 @@ pkgver() {
build() {
mkdir -p build
cd build
- cmake $srcdir/$_pkgname -DBIN_NM_VERSION=1.0.6 -DCMAKE_INSTALL_PREFIX=/usr
+ cmake $srcdir/$_pkgname -DBIN_NM_VERSION=1.2.0 -DCMAKE_INSTALL_PREFIX=/usr
make
}