Felix Yan pushed to branch main at Arch Linux / Packaging / Packages / maim
Commits: 2f903b87 by Felix Yan at 2023-12-11T20:14:43+02:00 upgpkg: 5.7.4-7: rebuild with icu 74 - - - - - 2 changed files: - + .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -0,0 +1,23 @@ +pkgbase = maim + pkgdesc = Utility to take a screenshot using imlib2 + pkgver = 5.7.4 + pkgrel = 7 + url = https://github.com/naelstrof/maim + arch = x86_64 + license = GPL3 + makedepends = cmake + makedepends = glm + depends = freetype2 + depends = libpng + depends = libjpeg-turbo + depends = libwebp + depends = libx11 + depends = libxcomposite + depends = libxext + depends = libxfixes + depends = libxrandr + depends = slop + source = maim-5.7.4.tar.gz::https://github.com/naelstrof/maim/archive/v5.7.4.tar.gz + sha256sums = 075090fd4c3b87663a26d0c2de63b5c822fd96aaeef6ac4fe6ded3abd506be9e + +pkgname = maim ===================================== PKGBUILD ===================================== @@ -4,7 +4,7 @@ pkgname=maim pkgver=5.7.4 -pkgrel=6 +pkgrel=7 pkgdesc='Utility to take a screenshot using imlib2' arch=('x86_64') url='https://github.com/naelstrof/maim' View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/maim/-/commit/2f903b873f0e08a183d586962de96fc73a572a81 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/maim/-/commit/2f903b873f0e08a183d586962de96fc73a572a81 You're receiving this email because of your account on gitlab.archlinux.org.
