Andreas Radke pushed to branch main at Arch Linux / Packaging / Packages / conky


Commits:
8cc83528 by Andreas Radke at 2024-05-18T10:20:51+02:00
upgpkg: 1.20.2-2; fix color naming - #5

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
 pkgbase = conky
        pkgdesc = Light-weight system monitor for X, Wayland, and other things, 
too
        pkgver = 1.20.2
-       pkgrel = 1
+       pkgrel = 2
        url = https://github.com/brndnmtthws/conky
        arch = x86_64
        license = BSD-3-Clause
@@ -16,6 +16,7 @@ pkgbase = conky
        makedepends = python-yaml
        makedepends = python-jinja
        makedepends = wayland-protocols
+       makedepends = gperf
        depends = cairo
        depends = curl
        depends = libcurl.so


=====================================
PKGBUILD
=====================================
@@ -6,7 +6,7 @@
 
 pkgname=conky
 pkgver=1.20.2
-pkgrel=1
+pkgrel=2
 pkgdesc='Light-weight system monitor for X, Wayland, and other things, too'
 url='https://github.com/brndnmtthws/conky'
 license=(
@@ -25,6 +25,7 @@ makedepends=(
   'python-yaml'
   'python-jinja'
   'wayland-protocols'
+  'gperf'
 )
 depends=(
   'cairo'



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/conky/-/commit/8cc8352806e123d4310fb9efbad521616127260c

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/conky/-/commit/8cc8352806e123d4310fb9efbad521616127260c
You're receiving this email because of your account on gitlab.archlinux.org.


Reply via email to