T.J. Townsend pushed to branch main at Arch Linux / Packaging / Packages /
diffstat
Commits:
046ea503 by T.J. Townsend at 2024-11-13T10:37:21-05:00
upgpkg: 1.67-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,15 +1,15 @@
pkgbase = diffstat
pkgdesc = Display a histogram of diff changes
- pkgver = 1.66
+ pkgver = 1.67
pkgrel = 1
url = https://invisible-island.net/diffstat
arch = x86_64
license = MIT
depends = glibc
- source =
https://invisible-island.net/archives/diffstat/diffstat-1.66.tgz
- source =
https://invisible-island.net/archives/diffstat/diffstat-1.66.tgz.asc
+ source =
https://invisible-island.net/archives/diffstat/diffstat-1.67.tgz
+ source =
https://invisible-island.net/archives/diffstat/diffstat-1.67.tgz.asc
validpgpkeys = 19882D92DDA4C400C22C0D56CC2AF4472167BE03
- sha256sums =
f54531bbe32e8e0fa461f018b41e3af516b632080172f361f05e50367ecbb69e
+ sha256sums =
760ed0c99c6d643238d41b80e60278cf1683ffb94a283954ac7ef168c852766a
sha256sums = SKIP
pkgname = diffstat
=====================================
PKGBUILD
=====================================
@@ -1,9 +1,10 @@
-# Maintainer: Alad Wenter <[email protected]>
+# Maintainer: T.J. Townsend <[email protected]>
+# Contributor: Alad Wenter <[email protected]>
# Contributor: Giovanni Scafora <[email protected]>
# Contributor: Matthias-Christian Ott <matthias.christian.at.tiscali.de>
pkgname=diffstat
-pkgver=1.66
+pkgver=1.67
pkgrel=1
pkgdesc="Display a histogram of diff changes"
arch=('x86_64')
@@ -11,7 +12,7 @@ url="https://invisible-island.net/diffstat"
depends=('glibc')
license=('MIT')
source=("https://invisible-island.net/archives/$pkgname/$pkgname-$pkgver.tgz"{,.asc})
-sha256sums=('f54531bbe32e8e0fa461f018b41e3af516b632080172f361f05e50367ecbb69e'
+sha256sums=('760ed0c99c6d643238d41b80e60278cf1683ffb94a283954ac7ef168c852766a'
'SKIP')
validpgpkeys=('19882D92DDA4C400C22C0D56CC2AF4472167BE03') # Thomas Dickey
<[email protected]>"
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/diffstat/-/commit/046ea503dc67dedc00afab6d6cedb1ae9ac0aaea
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/diffstat/-/commit/046ea503dc67dedc00afab6d6cedb1ae9ac0aaea
You're receiving this email because of your account on gitlab.archlinux.org.