Felix Yan pushed to branch main at Arch Linux / Packaging / Packages / xmobar


Commits:
2cdb2147 by Felix Yan at 2026-07-01T21:37:53+08:00
upgpkg: 0.51-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -1,12 +1,13 @@
 pkgbase = xmobar
        pkgdesc = Minimalistic Text Based Status Bar
-       pkgver = 0.50
-       pkgrel = 209
+       pkgver = 0.51
+       pkgrel = 1
        url = https://codeberg.org/xmobar/xmobar
        arch = x86_64
-       license = BSD
+       license = BSD-3-Clause
        makedepends = ghc
        makedepends = haskell-hspec
+       makedepends = haskell-regex-tdfa
        makedepends = haskell-temporary
        depends = alsa-lib
        depends = ghc-libs
@@ -18,7 +19,6 @@ pkgbase = xmobar
        depends = haskell-cereal
        depends = haskell-colour
        depends = haskell-dbus
-       depends = haskell-extensible-exceptions
        depends = haskell-extra
        depends = haskell-hinotify
        depends = haskell-http
@@ -35,6 +35,7 @@ pkgbase = xmobar
        depends = haskell-timezone-olson
        depends = haskell-timezone-series
        depends = haskell-utf8-string
+       depends = haskell-vector
        depends = haskell-x11
        depends = haskell-x11-xft
        depends = libxft
@@ -42,7 +43,7 @@ pkgbase = xmobar
        depends = libxpm
        depends = libxrandr
        depends = pango
-       source = 
xmobar-0.50.tar.gz::https://codeberg.org/xmobar/xmobar/archive/0.50.tar.gz
-       sha512sums = 
c2379fe3ca1d50eee6120b1ad2d39a445944aedc28f42f0be87d8f5693a1672b3efe4e5a88dd9118d33ee39e4ab9f6a58a60afa8439e7802913d685e4d1c019f
+       source = 
xmobar-0.51.tar.gz::https://codeberg.org/xmobar/xmobar/archive/0.51.tar.gz
+       sha512sums = 
26442672addc17b260c68ced9da9b33fb3c7f14a00d42066a07eb832dacbabc9b715422c124e80d76ed3e6d7f260baf670f62ba4e8a5155927df9f9ce627dc0d
 
 pkgname = xmobar


=====================================
PKGBUILD
=====================================
@@ -4,11 +4,11 @@
 # Contributor: Arch Haskell Team <[email protected]>
 
 pkgname=xmobar
-pkgver=0.50
-pkgrel=209
+pkgver=0.51
+pkgrel=1
 pkgdesc='Minimalistic Text Based Status Bar'
 url='https://codeberg.org/xmobar/xmobar'
-license=('BSD')
+license=('BSD-3-Clause')
 arch=('x86_64')
 depends=(
   alsa-lib
@@ -21,7 +21,6 @@ depends=(
   haskell-cereal
   haskell-colour
   haskell-dbus
-  haskell-extensible-exceptions
   haskell-extra
   haskell-hinotify
   haskell-http
@@ -38,6 +37,7 @@ depends=(
   haskell-timezone-olson
   haskell-timezone-series
   haskell-utf8-string
+  haskell-vector
   haskell-x11
   haskell-x11-xft
   libxft
@@ -49,10 +49,11 @@ depends=(
 makedepends=(
   ghc
   haskell-hspec
+  haskell-regex-tdfa
   haskell-temporary
 )
 
source=(${pkgname}-${pkgver}.tar.gz::https://codeberg.org/xmobar/xmobar/archive/${pkgver}.tar.gz)
-sha512sums=('c2379fe3ca1d50eee6120b1ad2d39a445944aedc28f42f0be87d8f5693a1672b3efe4e5a88dd9118d33ee39e4ab9f6a58a60afa8439e7802913d685e4d1c019f')
+sha512sums=('26442672addc17b260c68ced9da9b33fb3c7f14a00d42066a07eb832dacbabc9b715422c124e80d76ed3e6d7f260baf670f62ba4e8a5155927df9f9ce627dc0d')
 
 build() {
   cd xmobar



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

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/xmobar/-/commit/2cdb214751cb16b1b55f13dd25ecfd089f8a045e
You're receiving this email because of your account on gitlab.archlinux.org. 
Manage all notifications: https://gitlab.archlinux.org/-/profile/notifications 
| Help: https://gitlab.archlinux.org/help


Reply via email to