Felix Yan pushed to branch main at Arch Linux / Packaging / Packages / taffybar
Commits: 4d08738c by Felix Yan at 2023-09-16T11:40:25+03:00 upgpkg: 4.0.1-1 - - - - - 1 changed file: - PKGBUILD Changes: ===================================== PKGBUILD ===================================== @@ -1,8 +1,8 @@ # Maintainer: Felix Yan <[email protected]> pkgname=taffybar -pkgver=4.0.0 -pkgrel=147 +pkgver=4.0.1 +pkgrel=1 pkgdesc="A desktop bar similar to xmobar, but with more GUI" url="https://github.com/taffybar/taffybar" license=("BSD") @@ -20,13 +20,15 @@ depends=('ghc-libs' 'haskell-configfile' 'haskell-hstringtemplate' 'haskell-x11' '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') -source=("https://hackage.haskell.org/packages/archive/$pkgname/$pkgver/$pkgname-$pkgver.tar.gz") -sha256sums=('8f8b38f406f6fb8fb0518c0fbb887dee1a0b67fa70f54be4137e754c65c891e7') +makedepends=('ghc') +source=("https://hackage.haskell.org/packages/archive/$pkgname/$pkgver/$pkgname-$pkgver.tar.gz" + $pkgname-ghc-9.0-break.patch::https://github.com/taffybar/taffybar/commit/b57006885d35cee63244b1559813ca4b5990e04c.patch) +sha256sums=('88739d1a5a42f39df0c864e6578ff42681d6a2d8cc5658802c86c9af6a8c7b51' + 'e7557dd2ed13335b9231c387e35545227e6bd1fce6d264b7fccd9daa16c13501') prepare() { cd $pkgname-$pkgver - uusi -u scotty $pkgname.cabal + patch -Rp1 -i ../$pkgname-ghc-9.0-break.patch } build() { View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/taffybar/-/commit/4d08738c3be3163aed02b04de6c2f190b7b398f5 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/taffybar/-/commit/4d08738c3be3163aed02b04de6c2f190b7b398f5 You're receiving this email because of your account on gitlab.archlinux.org.
