summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjc_gargma <jc_gargma@iserlohn-fortress.net>2018-12-20 08:47:20 -0800
committerjc_gargma <jc_gargma@iserlohn-fortress.net>2018-12-20 08:47:20 -0800
commitd208bf9c45703716262d343c7bf1db829d6625e3 (patch)
tree7b16fa0d2732df2b1a00b52194c315fc5c99d121
parentMaintainer logic (diff)
downloadconky-d208bf9c45703716262d343c7bf1db829d6625e3.tar.xz
Updated to 1.11.1
-rw-r--r--PKGBUILD15
1 files changed, 4 insertions, 11 deletions
diff --git a/PKGBUILD b/PKGBUILD
index f7bea97..88c2574 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,8 +9,8 @@
# Arch version doesn't use pkgname for source package
pkgname=conky
-pkgver=1.11.0
-pkgrel=2
+pkgver=1.11.1
+pkgrel=1
pkgdesc='Lightweight system monitor for X'
url='https://github.com/brndnmtthws/conky'
license=('BSD' 'GPL')
@@ -18,17 +18,10 @@ arch=('x86_64')
makedepends=('cmake' 'docbook2x' 'docbook-xsl' 'man-db')
depends=('glib2' 'lua' 'wireless_tools' 'libxdamage' 'libxinerama' 'libxft'
'imlib2' 'libxml2' 'alsa-lib')
-source=($pkgname-${pkgver}.tar.gz::https://github.com/brndnmtthws/conky/archive/v${pkgver}.tar.gz
- https://github.com/brndnmtthws/conky/commit/4d098b053690861992f9daa4e3195b31295c735c.patch)
-sha256sums=('cc75b5f6cdeefa83082f3dedf5a12105569c2cdc0ae3e7728922d79bc4abcf51'
- 'c509b4a082ff84b5d3f7f002d737ab9f5941ac4564779b97307087ba663b8aaf')
+source=($pkgname-${pkgver}.tar.gz::https://github.com/brndnmtthws/conky/archive/v${pkgver}.tar.gz)
+sha256sums=('71fab859946cc2e67be46f2db53859c66369c5c87acf18fc8dfbd41b114f6d6e')
options=('!strip' 'debug')
-prepare() {
- cd "${srcdir}/${pkgname}-${pkgver}"
- patch -p1 -i ../4d098b053690861992f9daa4e3195b31295c735c.patch
-}
-
build() {
cd "${srcdir}/${pkgname}-${pkgver}"