summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLuca Canavese2023-02-22 01:01:12 +0100
committerLuca Canavese2023-02-22 01:01:12 +0100
commitd6ba253cba256763bbbbda909e287890689147fb (patch)
treededaf31a9fff8e65030e7faf5a6c7edfc62f2724
parenta08f86910a72411f01b3f10d4f13116db868fb51 (diff)
downloadaur-d6ba253cba256763bbbbda909e287890689147fb.tar.gz
Updated to 1.18.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD7
2 files changed, 6 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0f5f73e6460a..8af7863a4152 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = conky-cli
pkgdesc = Lightweight system monitor for X, without X11 dependencies
- pkgver = 1.17.0
+ pkgver = 1.18.0
pkgrel = 1
url = https://github.com/brndnmtthws/conky
arch = x86_64
@@ -22,7 +22,7 @@ pkgbase = conky-cli
depends = libxml2
provides = conky
conflicts = conky
- source = https://github.com/brndnmtthws/conky/archive/refs/tags/v1.17.0.tar.gz
- sha256sums = fe8fd3e18773437bfe49c663a1ceb0c26bc02d7c396be84a03ae97d0ef4ae608
+ source = conky-1.18.0.tar.gz::https://github.com/brndnmtthws/conky/archive/refs/tags/v1.18.0.tar.gz
+ sha256sums = 17a131689ac07dbf97b817f310a2f5ecb572f31ff7ca33dd3c14a276f18ab355
pkgname = conky-cli
diff --git a/PKGBUILD b/PKGBUILD
index a1f45aadcf7a..5474d701a4f5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@
_pkgname=conky
pkgname=conky-cli
-pkgver=1.17.0
+pkgver=1.18.0
pkgrel=1
pkgdesc="Lightweight system monitor for X, without X11 dependencies"
url='https://github.com/brndnmtthws/conky'
@@ -18,10 +18,9 @@ provides=('conky')
conflicts=('conky')
makedepends=('cmake' 'docbook2x' 'docbook-xsl' 'man-db' 'git' 'catch2' 'python-yaml' 'python-jinja' 'xorgproto' 'libx11')
depends=('curl' 'lua' 'wireless_tools' 'libxml2')
-source=("https://github.com/brndnmtthws/${_pkgname}/archive/v${pkgver}.tar.gz")
-source=("https://github.com/brndnmtthws/${_pkgname}/archive/refs/tags/v${pkgver}.tar.gz")
+source=("${_pkgname}-${pkgver}.tar.gz::https://github.com/brndnmtthws/${_pkgname}/archive/refs/tags/v${pkgver}.tar.gz")
-sha256sums=('fe8fd3e18773437bfe49c663a1ceb0c26bc02d7c396be84a03ae97d0ef4ae608')
+sha256sums=('17a131689ac07dbf97b817f310a2f5ecb572f31ff7ca33dd3c14a276f18ab355')
prepare() {
cd "${srcdir}/${_pkgname}-${pkgver}"