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


Commits:
3a0c4909 by Felix Yan at 2024-10-22T03:30:01+03:00
upgpkg: 4.0.3-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -1,12 +1,17 @@
 pkgbase = taffybar
        pkgdesc = A desktop bar similar to xmobar, but with more GUI
-       pkgver = 4.0.2
-       pkgrel = 42
+       pkgver = 4.0.3
+       pkgrel = 1
        url = https://github.com/taffybar/taffybar
        arch = x86_64
        license = BSD
        makedepends = ghc
        makedepends = uusi
+       makedepends = haskell-hspec
+       makedepends = haskell-hspec-core
+       makedepends = haskell-hspec-discover
+       makedepends = haskell-hspec-golden
+       makedepends = haskell-temporary
        depends = ghc-libs
        depends = haskell-hstringtemplate
        depends = haskell-x11
@@ -20,7 +25,6 @@ pkgbase = taffybar
        depends = haskell-dyre
        depends = haskell-either
        depends = haskell-enclosed-exceptions
-       depends = haskell-gi-cairo
        depends = haskell-gi-cairo-connector
        depends = haskell-gi-cairo-render
        depends = haskell-gi-gdk3
@@ -32,7 +36,6 @@ pkgbase = taffybar
        depends = haskell-gi-pango
        depends = haskell-gtk-sni-tray
        depends = haskell-gtk-strut
-       depends = haskell-gi
        depends = haskell-gi-base
        depends = haskell-hslogger
        depends = haskell-http-client
@@ -40,7 +43,6 @@ pkgbase = taffybar
        depends = haskell-http-conduit
        depends = haskell-http-types
        depends = haskell-multimap
-       depends = haskell-old-locale
        depends = haskell-optparse-applicative
        depends = haskell-rate-limit
        depends = haskell-regex-compat
@@ -50,7 +52,6 @@ pkgbase = taffybar
        depends = haskell-status-notifier-item
        depends = haskell-time-locale-compat
        depends = haskell-time-units
-       depends = haskell-transformers-base
        depends = haskell-tuple
        depends = haskell-utf8-string
        depends = haskell-xdg-basedir
@@ -59,7 +60,7 @@ pkgbase = taffybar
        depends = haskell-xml-helpers
        depends = xmonad
        depends = gtk3
-       source = 
https://hackage.haskell.org/packages/archive/taffybar/4.0.2/taffybar-4.0.2.tar.gz
-       sha256sums = 
af3e72986471f5c0c8a1f14a1296f1489901fa705e44a77f23b893b9d0d734f0
+       source = 
https://hackage.haskell.org/packages/archive/taffybar/4.0.3/taffybar-4.0.3.tar.gz
+       sha256sums = 
a99719a61608aa6a9fea84c57a2ec6c6367222468cd90f904d0b0e6fb054f080
 
 pkgname = taffybar


=====================================
PKGBUILD
=====================================
@@ -1,8 +1,8 @@
 # Maintainer: Felix Yan <[email protected]>
 
 pkgname=taffybar
-pkgver=4.0.2
-pkgrel=42
+pkgver=4.0.3
+pkgrel=1
 pkgdesc="A desktop bar similar to xmobar, but with more GUI"
 url="https://github.com/taffybar/taffybar";
 license=("BSD")
@@ -10,23 +10,24 @@ arch=('x86_64')
 depends=('ghc-libs' 'haskell-hstringtemplate' 'haskell-x11' 'haskell-aeson' 
'haskell-ansi-terminal'
          'haskell-broadcast-chan' 'haskell-conduit' 'haskell-data-default' 
'haskell-dbus'
          'haskell-dbus-hslogger' 'haskell-dyre' 'haskell-either' 
'haskell-enclosed-exceptions'
-         'haskell-gi-cairo' 'haskell-gi-cairo-connector' 
'haskell-gi-cairo-render' 'haskell-gi-gdk3'
+         'haskell-gi-cairo-connector' 'haskell-gi-cairo-render' 
'haskell-gi-gdk3'
          'haskell-gi-gdkpixbuf' 'haskell-gi-gdk3x11' 'haskell-gi-glib' 
'haskell-gi-gtk3'
          'haskell-gi-gtk-hs' 'haskell-gi-pango' 'haskell-gtk-sni-tray' 
'haskell-gtk-strut'
-         'haskell-gi' 'haskell-gi-base' 'haskell-hslogger' 
'haskell-http-client'
-         'haskell-http-client-tls' 'haskell-http-conduit' 'haskell-http-types' 
'haskell-multimap'
-         'haskell-old-locale' 'haskell-optparse-applicative' 
'haskell-rate-limit'
-         'haskell-regex-compat' 'haskell-safe' 'haskell-scotty' 'haskell-split'
-         'haskell-status-notifier-item' 'haskell-time-locale-compat' 
'haskell-time-units'
-         'haskell-transformers-base' 'haskell-tuple' 'haskell-utf8-string' 
'haskell-xdg-basedir'
-         'haskell-xdg-desktop-entry' 'haskell-xml' 'haskell-xml-helpers' 
'xmonad' 'gtk3')
-makedepends=('ghc' 'uusi')
+         'haskell-gi-base' 'haskell-hslogger' 'haskell-http-client' 
'haskell-http-client-tls'
+         'haskell-http-conduit' 'haskell-http-types' 'haskell-multimap'
+         'haskell-optparse-applicative' 'haskell-rate-limit' 
'haskell-regex-compat' 'haskell-safe'
+         'haskell-scotty' 'haskell-split' 'haskell-status-notifier-item'
+         'haskell-time-locale-compat' 'haskell-time-units' 'haskell-tuple' 
'haskell-utf8-string'
+         'haskell-xdg-basedir' 'haskell-xdg-desktop-entry' 'haskell-xml' 
'haskell-xml-helpers'
+         'xmonad' 'gtk3')
+makedepends=('ghc' 'uusi' 'haskell-hspec' 'haskell-hspec-core' 
'haskell-hspec-discover'
+             'haskell-hspec-golden' 'haskell-temporary')
 
source=("https://hackage.haskell.org/packages/archive/$pkgname/$pkgver/$pkgname-$pkgver.tar.gz";)
-sha256sums=('af3e72986471f5c0c8a1f14a1296f1489901fa705e44a77f23b893b9d0d734f0')
+sha256sums=('a99719a61608aa6a9fea84c57a2ec6c6367222468cd90f904d0b0e6fb054f080')
 
 prepare() {
   cd $pkgname-$pkgver
-  uusi -u scotty
+  gen-setup
 }
 
 build() {



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/taffybar/-/commit/3a0c490934d7691f1263fba9831513a4813d45d3

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


Reply via email to