Andreas Radke pushed to branch main at Arch Linux / Packaging / Packages /
foomatic-db
Commits:
ae9cd2be by Andreas Radke at 2025-12-09T17:21:51+01:00
upgpkg: 3:20251122-1; actually use date of last git for pkgver
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,5 +1,5 @@
pkgbase = foomatic-db
- pkgver = 20240504
+ pkgver = 20251122
pkgrel = 1
epoch = 3
url = http://www.linuxprinting.org/foomatic.html
=====================================
PKGBUILD
=====================================
@@ -3,7 +3,7 @@
pkgbase="foomatic-db"
pkgname=('foomatic-db' 'foomatic-db-ppds' 'foomatic-db-nonfree'
'foomatic-db-nonfree-ppds')
arch=('any')
-pkgver=20240504
+pkgver=20251122
pkgrel=1
epoch=3
@@ -23,7 +23,8 @@ sha256sums=('SKIP'
pkgver() {
# use latest automated tag date = latest commit
cd "$pkgname"
- git log --tags --simplify-by-decoration --pretty="format:%ci %d" | head -n 1
| cut -c 1-10 | sed 's/-//g'
+ # git log --tags --simplify-by-decoration --pretty="format:%ci %d" | head -n
1 | cut -c 1-10 | sed 's/-//g'
+ git log --simplify-by-decoration --pretty="format:%ci %d" | head -n 1 | cut
-c 1-10 | sed 's/-//g'
}
prepare(){
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/foomatic-db/-/commit/ae9cd2bed3770c3bad4d86661e3a977537ee4bd2
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/foomatic-db/-/commit/ae9cd2bed3770c3bad4d86661e3a977537ee4bd2
You're receiving this email because of your account on gitlab.archlinux.org.