summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorSpyros Stathopoulos2020-08-07 10:08:41 +0100
committerSpyros Stathopoulos2020-08-07 10:08:41 +0100
commit99a587f4e58b9024609bc375f8c12759bf0afd10 (patch)
tree6dbf09c2b3ee2a0e44a3c2d42196f703acfd680f /PKGBUILD
parentc5dcf124e54121a90320f4cffa8c936552cc8ab7 (diff)
downloadaur-99a587f4e58b9024609bc375f8c12759bf0afd10.tar.gz
Update to 1.11.6
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD11
1 files changed, 3 insertions, 8 deletions
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}