T.J. Townsend pushed to branch main at Arch Linux / Packaging / Packages / volumeicon
Commits: 7b48a08b by T.J. Townsend at 2024-07-13T21:45:42-04:00 upgpkg: 0.5.1-6: Rebuild packages that are missing .SRCINFO part 6 - - - - - 2 changed files: - + .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -0,0 +1,21 @@ +pkgbase = volumeicon + pkgdesc = Volume control for the system tray + pkgver = 0.5.1 + pkgrel = 6 + url = https://softwarebakery.com/maato/volumeicon.html + install = volumeicon.install + arch = x86_64 + license = GPL3 + makedepends = git + makedepends = intltool + depends = alsa-lib + depends = gtk3 + depends = libnotify + source = git+https://github.com/Maato/volumeicon.git#tag=0.5.1 + source = volumeicon-notify.patch::https://github.com/Maato/volumeicon/commit/78a9c23775ebe12d3f3be93c0798144a6e732d90.patch + source = volumeicon.desktop + sha256sums = SKIP + sha256sums = f9d7d14e302f760815bb0da2af7f00ae3f2ef34da69e84863ae3e97e7302b8db + sha256sums = 3f989bce3a080b2446af6d7ed7e8a22dfd3019f888a7b11a0759bf7cf704f975 + +pkgname = volumeicon ===================================== PKGBUILD ===================================== @@ -3,7 +3,7 @@ pkgname=volumeicon pkgver=0.5.1 -pkgrel=5 +pkgrel=6 pkgdesc='Volume control for the system tray' arch=(x86_64) url='https://softwarebakery.com/maato/volumeicon.html' View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/volumeicon/-/commit/7b48a08b5aa840d0c98fe76d1d1b27d5691dd489 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/volumeicon/-/commit/7b48a08b5aa840d0c98fe76d1d1b27d5691dd489 You're receiving this email because of your account on gitlab.archlinux.org.
