Alexander Rødseth pushed to branch main at Arch Linux / Packaging / Packages / 
fff


Commits:
295a9426 by Aaron at 2024-10-02T10:42:39+00:00
Add optional dependencies for image display

- - - - -
c89d14b7 by Aaron at 2024-10-02T10:42:39+00:00
Add coreutils as a dependency

- - - - -
05e72839 by Aaron at 2024-10-02T10:42:39+00:00
Add myself as contributor

- - - - -
f700cbda by Aaron at 2024-10-02T10:42:39+00:00
Remove single quotes

- - - - -


1 changed file:

- PKGBUILD


Changes:

=====================================
PKGBUILD
=====================================
@@ -1,5 +1,6 @@
 # Maintainer: Alexander F. Rødseth <[email protected]>
 # Contributor: Crestwave <[email protected]>
+# Contributor: unrealapex <[email protected]>
 
 pkgname=fff
 pkgver=2.2
@@ -9,7 +10,12 @@ arch=(any)
 url='https://github.com/dylanaraps/fff'
 license=(MIT)
 makedepends=(git)
-depends=(xdg-utils)
+depends=(coreutils xdg-utils)
+optdepends=(
+  'w3m: image display'
+  'xdotool: image display'
+  'fbset: image display'
+)
 source=("git+${url}#commit=5045c4ab91f559a3735619dacf604e37632160cf") # tag: 
2.2
 sha256sums=('SKIP')
 



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/fff/-/compare/2a431b676affe9b43663bb2ff4f2bff7d097f16b...f700cbdac318ef58ac14fb1f99521d199467aac4

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/fff/-/compare/2a431b676affe9b43663bb2ff4f2bff7d097f16b...f700cbdac318ef58ac14fb1f99521d199467aac4
You're receiving this email because of your account on gitlab.archlinux.org.


Reply via email to