summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSpyros Stathopoulos2020-08-07 10:08:41 +0100
committerSpyros Stathopoulos2020-08-07 10:08:41 +0100
commit99a587f4e58b9024609bc375f8c12759bf0afd10 (patch)
tree6dbf09c2b3ee2a0e44a3c2d42196f703acfd680f
parentc5dcf124e54121a90320f4cffa8c936552cc8ab7 (diff)
downloadaur-99a587f4e58b9024609bc375f8c12759bf0afd10.tar.gz
Update to 1.11.6
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD11
2 files changed, 7 insertions, 12 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a486f0da825e..cfcec6ac52a7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = conky-lua-nv
pkgdesc = An advanced system monitor for X based on torsmo with lua and nvidia enabled
- pkgver = 1.11.5
- pkgrel = 6
+ pkgver = 1.11.6
+ pkgrel = 1
url = https://github.com/brndnmtthws/conky
install = conky-lua-nv.install
arch = i686
@@ -39,9 +39,9 @@ pkgbase = conky-lua-nv
replaces = conky
options = !strip
options = debug
- source = https://github.com/brndnmtthws/conky/archive/v1.11.5.tar.gz
+ source = https://github.com/brndnmtthws/conky/archive/v1.11.6.tar.gz
source = mem.patch
- sha1sums = 623628667fdb159a51a7a44784fec4390ae6139d
+ sha1sums = bf4b3dfe895f400b27a57ddc14964d231dc98005
sha1sums = 78918f2e41b08bfdcbcb6dc954c35f1c2ea26025
pkgname = conky-lua-nv
diff --git a/PKGBUILD b/PKGBUILD
index 141a70ef9648..21968e45b142 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,8 +7,8 @@
pkgname=conky-lua-nv
_pkgname=conky
-pkgver=1.11.5
-pkgrel=6
+pkgver=1.11.6
+pkgrel=1
pkgdesc="An advanced system monitor for X based on torsmo with lua and nvidia enabled"
arch=('i686' 'x86_64')
url="https://github.com/brndnmtthws/conky"
@@ -26,16 +26,11 @@ optdepends=('nvidia: for GT4xx and newer GPUs',
'nvidia-304xx: for GeForce 6/7 GPUs')
source=("https://github.com/brndnmtthws/${_pkgname}/archive/v${pkgver}.tar.gz"
"mem.patch")
-sha1sums=('623628667fdb159a51a7a44784fec4390ae6139d'
+sha1sums=('bf4b3dfe895f400b27a57ddc14964d231dc98005'
'78918f2e41b08bfdcbcb6dc954c35f1c2ea26025')
options=('!strip' 'debug')
install='conky-lua-nv.install'
-prepare() {
- cd "${srcdir}/${_pkgname}-${pkgver}"
- patch -p1 < ../mem.patch
-}
-
build() {
cd ${srcdir}/${_pkgname}-${pkgver}