Levente Polyak pushed to branch main at Arch Linux / Packaging / Packages / 
conky


Commits:
eff108e3 by Levente Polyak at 2024-05-11T00:22:39+02:00
nvchecker: add config

- - - - -
c15dd08e by Levente Polyak at 2024-05-11T00:35:15+02:00
upgpkg: 1.20.2-1

- - - - -


3 changed files:

- .SRCINFO
- + .nvchecker.toml
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
 pkgbase = conky
        pkgdesc = Light-weight system monitor for X, Wayland, and other things, 
too
-       pkgver = 1.19.7
-       pkgrel = 2
+       pkgver = 1.20.2
+       pkgrel = 1
        url = https://github.com/brndnmtthws/conky
        arch = x86_64
        license = BSD-3-Clause
@@ -45,9 +45,9 @@ pkgbase = conky
        depends = libsystemd.so
        depends = wayland
        depends = wireless_tools
-       source = 
git+https://github.com/brndnmtthws/conky.git#tag=70ef89411aa0a70c5b25318d0329e1d9e57838d2?signed
+       source = git+https://github.com/brndnmtthws/conky.git#tag=v1.20.2?signed
        validpgpkeys = AF310802C8EFA20499CF3556137B7AC2BDFD8DF0
-       sha512sums = SKIP
-       b2sums = SKIP
+       sha512sums = 
3819df8b1f2da0d7b89cd0097b3f72c5248df089fc990c695ee79c56679cf7e45d6b24f7295a5eb99ed6bd16896c56b32ae306ab5e2d79204a794f541a824565
+       b2sums = 
25f60e912e1c3bb641e05999a982854701d8480284f7d84cdfb89bd13f055463fe96b0789886505a5d238f9e4842362fbfeebf0a1c2f4454c557939025c89cef
 
 pkgname = conky


=====================================
.nvchecker.toml
=====================================
@@ -0,0 +1,5 @@
+[conky]
+source = "git"
+git = "https://github.com/brndnmtthws/conky.git";
+prefix = "v"
+exclude_regex = "1.999"


=====================================
PKGBUILD
=====================================
@@ -5,9 +5,8 @@
 # Contributor: Partha Chowdhury <kira.lau...@gmail.com>
 
 pkgname=conky
-pkgver=1.19.7
-_gitcommit=70ef89411aa0a70c5b25318d0329e1d9e57838d2  # refs/tags/v1.19.7
-pkgrel=2
+pkgver=1.20.2
+pkgrel=1
 pkgdesc='Light-weight system monitor for X, Wayland, and other things, too'
 url='https://github.com/brndnmtthws/conky'
 license=(
@@ -53,9 +52,9 @@ depends=(
   'wayland'
   'wireless_tools'
 )
-source=("git+$url.git#tag=${_gitcommit}?signed")
-sha512sums=('SKIP')
-b2sums=('SKIP')
+source=("git+$url.git#tag=v${pkgver}?signed")
+sha512sums=('3819df8b1f2da0d7b89cd0097b3f72c5248df089fc990c695ee79c56679cf7e45d6b24f7295a5eb99ed6bd16896c56b32ae306ab5e2d79204a794f541a824565')
+b2sums=('25f60e912e1c3bb641e05999a982854701d8480284f7d84cdfb89bd13f055463fe96b0789886505a5d238f9e4842362fbfeebf0a1c2f4454c557939025c89cef')
 validpgpkeys=(
   'AF310802C8EFA20499CF3556137B7AC2BDFD8DF0' # Brenden Matthews 
<git...@brenden.brndn.io>
 )
@@ -70,10 +69,6 @@ prepare() {
 # Unbundle catch2 to fix build with glibc 2.35
   rm -r tests/catch2
   ln -s /usr/include/catch2 tests
-
-# Fix buffer overflow
-  git cherry-pick -n 8dae420bc8d29ef8b77b1c60c6456233d952f98a
-  git cherry-pick -n 27d64fe834589815a4067ca13f2214b7119037e1
 }
 
 build() {



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/conky/-/compare/65f1c1af13a780adaa081de3f10dfbf2400a89cd...c15dd08eab8afe1cf486381ae3ff4590fc15cbf5

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/conky/-/compare/65f1c1af13a780adaa081de3f10dfbf2400a89cd...c15dd08eab8afe1cf486381ae3ff4590fc15cbf5
You're receiving this email because of your account on gitlab.archlinux.org.


Reply via email to