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


Commits:
bd6a25c4 by Christian Heusel at 2024-03-01T17:08:32+01:00
upgpkg: 32-3: reproducibility rebuild

also do some small pkgbuild adjustments

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -1,10 +1,11 @@
 pkgbase = nsxiv
        pkgdesc = Neo (or New or Not) Simple (or Small or Suckless) X Image 
Viewer
        pkgver = 32
-       pkgrel = 2
+       pkgrel = 3
        url = https://nsxiv.codeberg.page/
        arch = x86_64
-       license = GPL2
+       license = GPL-2.0-or-later
+       depends = glibc
        depends = imlib2
        depends = libx11
        depends = libxft


=====================================
PKGBUILD
=====================================
@@ -3,16 +3,19 @@
 
 pkgname=nsxiv
 pkgver=32
-pkgrel=2
+pkgrel=3
 pkgdesc='Neo (or New or Not) Simple (or Small or Suckless) X Image Viewer'
 arch=('x86_64')
-license=('GPL2')
+license=('GPL-2.0-or-later')
 url='https://nsxiv.codeberg.page/'
 
-depends=('imlib2' 'libx11'                 # core dependencies
-         'libxft' 'fontconfig' 'freetype2' # status bar
-         'libexif'                         # display exif images
-         'hicolor-icon-theme')             # make icon
+depends=(
+  'glibc'
+  'imlib2' 'libx11'                 # core dependencies
+  'libxft' 'fontconfig' 'freetype2' # status bar
+  'libexif'                         # display exif images
+  'hicolor-icon-theme'              # make icon
+)
 
 
source=("$pkgname-$pkgver.tar.gz"::"https://codeberg.org/nsxiv/nsxiv/archive/v$pkgver.tar.gz";)
 sha256sums=('49ef1eb775ef6c34f55dada7a3f446c9c5c6773c9e208509ffef27a656338a90')



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/nsxiv/-/commit/bd6a25c4cef5173339b4898b0cc6ffb8c9ea1904

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


Reply via email to