Christian Heusel pushed to branch main at Arch Linux / Packaging / Packages / 
ueberzug


Commits:
2db5a664 by Christian Heusel at 2024-11-04T10:40:35+01:00
upgpkg: 18.3.0-1: New upstream release

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -1,13 +1,13 @@
 pkgbase = ueberzug
        pkgdesc = Command line util which allows to display images in 
combination with X11
-       pkgver = 18.2.3
+       pkgver = 18.3.0
        pkgrel = 1
        url = https://github.com/ueber-devel/ueberzug
        arch = x86_64
        license = GPL-3.0-or-later
+       makedepends = meson-python
        makedepends = python-build
        makedepends = python-installer
-       makedepends = python-setuptools
        makedepends = python-wheel
        depends = libxext
        depends = libxres
@@ -16,8 +16,8 @@ pkgbase = ueberzug
        depends = python-pillow
        provides = python-ueberzug
        replaces = python-ueberzug
-       source = 
https://github.com/ueber-devel/ueberzug/archive/18.2.3/ueberzug-18.2.3.tar.gz
-       sha256sums = 
c317e8bdab80963624acabf9f63f1575906d069ff1e35f52d142989d75cffdf4
-       b2sums = 
c174f39cb20a24c07f12088e595492960319a9fd5079e0a23e9632353fa7c93762621224a3fde4b2462931647239e3614ed9a1dffc635fea7a51c58d2b846b68
+       source = 
https://github.com/ueber-devel/ueberzug/archive/18.3.0/ueberzug-18.3.0.tar.gz
+       sha256sums = 
78fe7c335a6d75beacf853d7cf9e9e32fc744050de0ed5bd070c8c715d9da047
+       b2sums = 
2e91f55c39b6e9028ce95274c7e71c054fa623f2b61710a22bebec0b5a56ef719161f924b7af6741abc5c1f40d093daf24dfc562cacc4c2d639d9d0d53ed958c
 
 pkgname = ueberzug


=====================================
PKGBUILD
=====================================
@@ -3,20 +3,30 @@
 # Contributor: arkhan <[email protected]>
 
 pkgname=ueberzug
-pkgver=18.2.3
+pkgver=18.3.0
 pkgrel=1
 pkgdesc='Command line util which allows to display images in combination with 
X11'
 arch=('x86_64')
 url=https://github.com/ueber-devel/ueberzug
 license=('GPL-3.0-or-later')
-depends=('libxext' 'libxres' 'python-attrs' 'python-docopt' 'python-pillow')
-makedepends=('python-build' 'python-installer' 'python-setuptools'
-             'python-wheel')
+depends=(
+    'libxext'
+    'libxres'
+    'python-attrs'
+    'python-docopt'
+    'python-pillow'
+)
+makedepends=(
+    'meson-python'
+    'python-build'
+    'python-installer'
+    'python-wheel'
+)
 provides=("python-$pkgname")
 replaces=("python-$pkgname")
 
source=("https://github.com/ueber-devel/ueberzug/archive/$pkgver/$pkgname-$pkgver.tar.gz";)
-sha256sums=('c317e8bdab80963624acabf9f63f1575906d069ff1e35f52d142989d75cffdf4')
-b2sums=('c174f39cb20a24c07f12088e595492960319a9fd5079e0a23e9632353fa7c93762621224a3fde4b2462931647239e3614ed9a1dffc635fea7a51c58d2b846b68')
+sha256sums=('78fe7c335a6d75beacf853d7cf9e9e32fc744050de0ed5bd070c8c715d9da047')
+b2sums=('2e91f55c39b6e9028ce95274c7e71c054fa623f2b61710a22bebec0b5a56ef719161f924b7af6741abc5c1f40d093daf24dfc562cacc4c2d639d9d0d53ed958c')
 
 build() {
   cd $pkgname-$pkgver



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/ueberzug/-/commit/2db5a664aaf7c7c6cacb84a4382c2a4622042656

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/ueberzug/-/commit/2db5a664aaf7c7c6cacb84a4382c2a4622042656
You're receiving this email because of your account on gitlab.archlinux.org.


Reply via email to