T.J. Townsend pushed to branch main at Arch Linux / Packaging / Packages /
screenfetch
Commits:
04bd1a78 by T.J. Townsend at 2024-12-04T18:33:58-05:00
upgpkg: 3.9.9-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,17 +1,17 @@
pkgbase = screenfetch
pkgdesc = CLI Bash script to show system/theme info in screenshots
- pkgver = 3.9.1
- pkgrel = 4
+ pkgver = 3.9.9
+ pkgrel = 1
url = https://github.com/KittyKatt/screenFetch
arch = any
- license = GPL
+ license = GPL-3.0-only
makedepends = git
depends = bash
depends = bc
optdepends = scrot: to take screenshot
optdepends = xorg-xdpyinfo: resolution detection
optdepends = xorg-xprop: desktop environment detection
- source = git+https://github.com/KittyKatt/screenFetch.git#tag=v3.9.1
- sha512sums = SKIP
+ source = git+https://github.com/KittyKatt/screenFetch.git#tag=v3.9.9
+ sha512sums =
d8d1507aea87042939a6de2ca7d8f3700d4e1c0c3598db1b53f1d0ebeefaac47610d6a662a509ad5238ab8772d5397616dc19806239fca95209e8cf568027df1
pkgname = screenfetch
=====================================
PKGBUILD
=====================================
@@ -2,19 +2,19 @@
# Contributor: Federico Cinelli <[email protected]>
pkgname=screenfetch
-pkgver=3.9.1
-pkgrel=4
+pkgver=3.9.9
+pkgrel=1
pkgdesc="CLI Bash script to show system/theme info in screenshots"
arch=('any')
url="https://github.com/KittyKatt/screenFetch"
-license=('GPL')
+license=('GPL-3.0-only')
depends=('bash' 'bc')
makedepends=('git')
optdepends=('scrot: to take screenshot'
'xorg-xdpyinfo: resolution detection'
'xorg-xprop: desktop environment detection')
source=("git+https://github.com/KittyKatt/screenFetch.git#tag=v$pkgver")
-sha512sums=('SKIP')
+sha512sums=('d8d1507aea87042939a6de2ca7d8f3700d4e1c0c3598db1b53f1d0ebeefaac47610d6a662a509ad5238ab8772d5397616dc19806239fca95209e8cf568027df1')
package() {
cd screenFetch
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/screenfetch/-/commit/04bd1a786dad3c7a53e04673d3b7ca54dc043e29
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/screenfetch/-/commit/04bd1a786dad3c7a53e04673d3b7ca54dc043e29
You're receiving this email because of your account on gitlab.archlinux.org.