Lukas Fleischer pushed to branch main at Arch Linux / Packaging / Packages /
maim
Commits:
b645bd97 by Lukas Fleischer at 2025-07-12T07:54:14-04:00
upgpkg: 5.8.1-1: update to 5.8.1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = maim
pkgdesc = Utility to take a screenshot using imlib2
- pkgver = 5.8.0
- pkgrel = 3
+ pkgver = 5.8.1
+ pkgrel = 1
url = https://github.com/naelstrof/maim
arch = x86_64
license = GPL3
@@ -17,7 +17,7 @@ pkgbase = maim
depends = libxfixes
depends = libxrandr
depends = slop
- source =
maim-5.8.0.tar.gz::https://github.com/naelstrof/maim/archive/v5.8.0.tar.gz
- sha256sums =
ecafe01dcbe4246071c58ff36acdcd93d290ed501f67933334b646436650450e
+ source =
maim-5.8.1.tar.gz::https://github.com/naelstrof/maim/archive/v5.8.1.tar.gz
+ sha256sums =
6111555224a277b3698b465c24cef758c2cb7ef101ad22f0308ecd56ccd6c1e7
pkgname = maim
=====================================
PKGBUILD
=====================================
@@ -3,8 +3,8 @@
# Contributor: naelstrof <[email protected]>
pkgname=maim
-pkgver=5.8.0
-pkgrel=3
+pkgver=5.8.1
+pkgrel=1
pkgdesc='Utility to take a screenshot using imlib2'
arch=('x86_64')
url='https://github.com/naelstrof/maim'
@@ -12,7 +12,7 @@ license=('GPL3')
depends=('freetype2' 'libpng' 'libjpeg-turbo' 'libwebp' 'libx11'
'libxcomposite' 'libxext' 'libxfixes' 'libxrandr' 'slop')
makedepends=('cmake' 'glm')
source=("${pkgname}-${pkgver}.tar.gz"::"$url/archive/v${pkgver}.tar.gz")
-sha256sums=('ecafe01dcbe4246071c58ff36acdcd93d290ed501f67933334b646436650450e')
+sha256sums=('6111555224a277b3698b465c24cef758c2cb7ef101ad22f0308ecd56ccd6c1e7')
prepare() {
cd "$pkgname-$pkgver"
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/maim/-/commit/b645bd978a1f0a984f62e1669950ccec6c0a6adb
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/maim/-/commit/b645bd978a1f0a984f62e1669950ccec6c0a6adb
You're receiving this email because of your account on gitlab.archlinux.org.