summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorParamvir Likhari2022-09-19 21:56:03 +0530
committerParamvir Likhari2022-09-19 21:56:03 +0530
commite9f3a3f3cc18112cbc80f82e2472edee046ede31 (patch)
tree3ea6522abdd1475f30b811e4f9c8f34634f2b436
parent2accb96c3abd8601b69075ea27732e025e047d16 (diff)
downloadaur-e9f3a3f3cc18112cbc80f82e2472edee046ede31.tar.gz
1.13.1 commit
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD8
2 files changed, 9 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4d92c1b69a9f..f20dc20ec56b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = conky-cairo
pkgdesc = conky - built for nvidia - Just change one variable to build the git version - defaults to release version.
- pkgver = 1.11.3
+ pkgver = 1.13.1
pkgrel = 1
url = https://github.com/brndnmtthws/conky
arch = i686
@@ -26,8 +26,7 @@ pkgbase = conky-cairo
conflicts = conky
replaces = torsmo
replaces = conky
- source = https://github.com/brndnmtthws/conky/archive/v1.11.3.tar.gz
+ source = https://github.com/brndnmtthws/conky/archive/v1.13.1.tar.gz
md5sums = SKIP
pkgname = conky-cairo
-
diff --git a/PKGBUILD b/PKGBUILD
index 5f6be7e51034..3232f411d43f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -22,7 +22,7 @@
# 'perl-xml-libxml' 'perl-xml-sax-expat' in makedepends
pkgname=conky-cairo
-pkgver=1.11.3
+pkgver=1.13.1
pkgrel=1
pkgdesc='conky - built for nvidia - Just change one variable to build the git version - defaults to release version.'
url='https://github.com/brndnmtthws/conky'
@@ -33,8 +33,14 @@ replaces=('torsmo' 'conky')
conflicts=('conky')
provides=('conky')
+## nvidia requirements - comment for non-nvidia
depends=( 'alsa-lib' 'libxml2' 'curl' 'cairo' 'wireless_tools' 'libxft' 'librsvg' 'glib2' 'libxdamage' 'imlib2' 'lua' 'libxnvctrl' 'libxinerama' )
+## NON-nvidia requirements - remove comment for non-nvidia
+## in the cmake line below change -D BUILD_NVIDIA=ON \ to -D BUILD_NVIDIA=OFF \
+# depends=( 'alsa-lib' 'libxml2' 'curl' 'cairo' 'wireless_tools' 'libxft' 'librsvg' 'glib2' 'libxdamage' 'imlib2' 'lua' 'libxinerama' )
+
+
makedepends=( 'cmake' 'git' )