Andreas Radke pushed to branch main at Arch Linux / Packaging / Packages /
xorg-xmag
Commits:
c03a5e8a by Andreas Radke at 2024-10-13T13:33:01+02:00
upgpkg: 1.0.8-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,19 +1,21 @@
pkgbase = xorg-xmag
pkgdesc = Magnify parts of the screen
- pkgver = 1.0.7
- pkgrel = 2
+ pkgver = 1.0.8
+ pkgrel = 1
url = https://xorg.freedesktop.org/
arch = x86_64
- license = custom
+ license = MIT-open-group
+ license = X11
makedepends = xorg-util-macros
depends = libxaw
depends = libxmu
depends = libxt
depends = libx11
- source =
https://xorg.freedesktop.org/archive/individual/app/xmag-1.0.7.tar.xz
- source =
https://xorg.freedesktop.org/archive/individual/app/xmag-1.0.7.tar.xz.sig
+ depends = glibc
+ source =
https://xorg.freedesktop.org/archive/individual/app/xmag-1.0.8.tar.xz
+ source =
https://xorg.freedesktop.org/archive/individual/app/xmag-1.0.8.tar.xz.sig
validpgpkeys = 4A193C06D35E7C670FA4EF0BA2FB9E081F2D130E
- sha512sums =
d35ac5d977b9f3bd03fb919bf178f68bdbc6ef2a57915b407d836fce0582f5cb78d0b79043bb6f8d015464ca113deb09469c3b724aed03901a4c3fc4a9982984
+ sha512sums =
d4dbf6bf60a5a3ac88309cdc8f07284a20bd3b044795cd54e002ee5956fa317a09e5f21a9469a6fd9a786f109d8592d8b8e5128ac86850391a6445ccc1f7a11c
sha512sums = SKIP
pkgname = xorg-xmag
=====================================
PKGBUILD
=====================================
@@ -2,16 +2,16 @@
# Contributor: Jan de Groot <[email protected]>
pkgname=xorg-xmag
-pkgver=1.0.7
-pkgrel=2
+pkgver=1.0.8
+pkgrel=1
pkgdesc="Magnify parts of the screen"
arch=('x86_64')
url="https://xorg.freedesktop.org/"
-license=('custom')
-depends=('libxaw' 'libxmu' 'libxt' 'libx11')
+license=('MIT-open-group' 'X11')
+depends=('libxaw' 'libxmu' 'libxt' 'libx11' 'glibc')
makedepends=('xorg-util-macros')
source=(https://xorg.freedesktop.org/archive/individual/app/xmag-${pkgver}.tar.xz{,.sig})
-sha512sums=('d35ac5d977b9f3bd03fb919bf178f68bdbc6ef2a57915b407d836fce0582f5cb78d0b79043bb6f8d015464ca113deb09469c3b724aed03901a4c3fc4a9982984'
+sha512sums=('d4dbf6bf60a5a3ac88309cdc8f07284a20bd3b044795cd54e002ee5956fa317a09e5f21a9469a6fd9a786f109d8592d8b8e5128ac86850391a6445ccc1f7a11c'
'SKIP')
validpgpkeys=('4A193C06D35E7C670FA4EF0BA2FB9E081F2D130E') # Alan Coopersmith
<[email protected]>
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/xorg-xmag/-/commit/c03a5e8af9bd35345a11e939f8ecf7cf037774fc
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/xorg-xmag/-/commit/c03a5e8af9bd35345a11e939f8ecf7cf037774fc
You're receiving this email because of your account on gitlab.archlinux.org.