summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorParamvir Likhari2018-08-07 15:03:16 +0530
committerParamvir Likhari2018-08-07 15:03:16 +0530
commit2805f4d56402e315c3a372781049346f1538a12b (patch)
treeb0ba69904c540686b9deb6fdefa02fbc2e674cb5
parentad54166f19ce1cefe68a2c119e5ffad7b78c7361 (diff)
downloadaur-2805f4d56402e315c3a372781049346f1538a12b.tar.gz
update 1.10.8 rel 2
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD12
2 files changed, 9 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ae339f9b2153..1486a71ab59e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,14 @@
pkgbase = conky-cairo
pkgdesc = conky - built for nvidia n (tolua++_5.3 in AUR) - See this PKGBUILD source - Just change one variable to build the git version - defaults to release version.
pkgver = 1.10.8
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/brndnmtthws/conky
arch = i686
arch = x86_64
license = GPL3
license = BSD
makedepends = cmake
+ makedepends = git
depends = alsa-lib
depends = libxml2
depends = curl
@@ -20,6 +21,7 @@ pkgbase = conky-cairo
depends = imlib2
depends = lua
depends = libxnvctrl
+ depends = libxinerama
depends = tolua++_5.3
provides = conky
conflicts = conky
diff --git a/PKGBUILD b/PKGBUILD
index 0f4ee65b8530..3bff4e3470cc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -23,7 +23,7 @@
pkgname=conky-cairo
pkgver=1.10.8
-pkgrel=1
+pkgrel=2
pkgdesc='conky - built for nvidia n (tolua++_5.3 in AUR) - See this PKGBUILD source - Just change one variable to build the git version - defaults to release version.'
url='https://github.com/brndnmtthws/conky'
license=('GPL3' 'BSD')
@@ -33,7 +33,10 @@ replaces=('torsmo' 'conky')
conflicts=('conky')
provides=('conky')
-depends=( 'alsa-lib' 'libxml2' 'curl' 'cairo' 'wireless_tools' 'libxft' 'librsvg' 'glib2' 'libxdamage' 'imlib2' 'lua' 'libxnvctrl' 'tolua++_5.3' )
+depends=( 'alsa-lib' 'libxml2' 'curl' 'cairo' 'wireless_tools' 'libxft' 'librsvg' 'glib2' 'libxdamage' 'imlib2' 'lua' 'libxnvctrl' 'libxinerama' 'tolua++_5.3' )
+
+makedepends=( 'cmake' 'git' )
+
### NOTE: Install tolua++_5.3 from AUR - one of my other packages besides conkywx weather program
@@ -44,8 +47,6 @@ case ${_myopts} in
0) ### _myopts=0 for git version #####################################
_pkgname=conky
- makedepends=('cmake' 'git' )
-
source=("git+${url}.git" )
pkgver() {
@@ -57,10 +58,9 @@ case ${_myopts} in
1) ### _myopts=1 for release version #################################
_pkgname="conky-${pkgver}"
- makedepends=( 'cmake' )
-
source=(${url}/archive/v${pkgver}.tar.gz)
md5sums=('SKIP')
+
esac