George Rawlinson pushed to branch main at Arch Linux / Packaging / Packages / 
miller


Commits:
627b8fc7 by George Rawlinson at 2026-07-05T09:12:50+00:00
upgpkg: 6.20.2-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -1,16 +1,16 @@
 pkgbase = miller
        pkgdesc = Name-indexed data processing tool
-       pkgver = 6.19.0
+       pkgver = 6.20.2
        pkgrel = 1
        url = https://github.com/johnkerl/miller
        arch = x86_64
        license = BSD-2-Clause
        makedepends = go
        makedepends = git
-       depends = glibc
        options = !lto
-       source = miller::git+https://github.com/johnkerl/miller#tag=v6.19.0
-       sha512sums = 
0eeec97ffbaa7947015fc710ea82b207927b3d7d4d67cc6b731e7b63bced4b75eacd3b4a4e6bcf0325f587a1f02234a5c322fb29eccce49e78d4b9eecaef9147
-       b2sums = 
2b7175db38f2286621e3b5dfd69fc4c5cccb7174bfc269ac2bf189353bc14fea8a0e62f64d8d71cdc81393c5bd761caf41947f010f03f18f6cef97567cb2536e
+       source = miller::git+https://github.com/johnkerl/miller#tag=v6.20.2
+       sha512sums = 
670c442c406a7f51843c02666e1b5dd061ef5620048cf7e98cf0a119f4554d5a53788db59ad49e8a75bc200b947adb08dc2436a13dd8682971fbbd4731699084
+       b2sums = 
a2b843c64c45e5819e0a152834dc786fe16771f052896aa2921178f6656de81a62ea00e57fdac4da5ccae0efd838a2602047e4ff42e0d9ce64518074f0bb39d2
 
 pkgname = miller
+       depends = glibc


=====================================
PKGBUILD
=====================================
@@ -1,18 +1,17 @@
 # Maintainer: George Rawlinson <[email protected]>
 
 pkgname=miller
-pkgver=6.19.0
+pkgver=6.20.2
 pkgrel=1
 pkgdesc='Name-indexed data processing tool'
 arch=(x86_64)
 url='https://github.com/johnkerl/miller'
 license=(BSD-2-Clause)
-depends=(glibc)
 makedepends=(go git)
 options=(!lto)
 source=("$pkgname::git+$url#tag=v$pkgver")
-sha512sums=('0eeec97ffbaa7947015fc710ea82b207927b3d7d4d67cc6b731e7b63bced4b75eacd3b4a4e6bcf0325f587a1f02234a5c322fb29eccce49e78d4b9eecaef9147')
-b2sums=('2b7175db38f2286621e3b5dfd69fc4c5cccb7174bfc269ac2bf189353bc14fea8a0e62f64d8d71cdc81393c5bd761caf41947f010f03f18f6cef97567cb2536e')
+sha512sums=('670c442c406a7f51843c02666e1b5dd061ef5620048cf7e98cf0a119f4554d5a53788db59ad49e8a75bc200b947adb08dc2436a13dd8682971fbbd4731699084')
+b2sums=('a2b843c64c45e5819e0a152834dc786fe16771f052896aa2921178f6656de81a62ea00e57fdac4da5ccae0efd838a2602047e4ff42e0d9ce64518074f0bb39d2')
 
 prepare() {
   cd "$pkgname"
@@ -42,6 +41,8 @@ build() {
 }
 
 package() {
+  depends+=(glibc)
+
   cd "$pkgname"
 
   # binary



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/miller/-/commit/627b8fc7a2019e6e7cbddba89798f196f61fe376

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/miller/-/commit/627b8fc7a2019e6e7cbddba89798f196f61fe376
You're receiving this email because of your account on gitlab.archlinux.org. 
Manage all notifications: https://gitlab.archlinux.org/-/profile/notifications 
| Help: https://gitlab.archlinux.org/help


Reply via email to