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


Commits:
8827dd20 by Alexander F. Rødseth at 2024-02-11T23:28:10+01:00
upgpkg: 1.3.1-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -1,13 +1,13 @@
 pkgbase = tinyxxd
        pkgdesc = Standalone version of the hex dump utility that comes with ViM
-       pkgver = 1.2.0
+       pkgver = 1.3.1
        pkgrel = 1
        url = https://github.com/xyproto/tinyxxd
        arch = x86_64
        license = GPL-2.0-or-later
        provides = xxd
        conflicts = xxd
-       source = 
https://github.com/xyproto/tinyxxd/releases/download/v1.2.0/tinyxxd-1.2.0.tar.gz
-       b2sums = 
605e94fca39b71f7d79afd62520747f29383c19d2a42559efe621c911029a1ad4ab7160e8826f8f9fa46283bd042a79b57cbf740b875a097cf381ef8c9c6a336
+       source = 
https://github.com/xyproto/tinyxxd/releases/download/v1.3.1/tinyxxd-1.3.1.tar.gz
+       b2sums = 
fd1f6c0a0742d7273ee1a2f8856819477f2be6a8f80e7c87b384735df2f469f81362370c4e77a103ddc6f434bfb159f09d5595712fad8b385a9edbc678af04d5
 
 pkgname = tinyxxd


=====================================
PKGBUILD
=====================================
@@ -1,7 +1,7 @@
 # Maintainer: Alexander F. Rødseth <xypr...@archlinux.org>
 
 pkgname=tinyxxd
-pkgver=1.2.0
+pkgver=1.3.1
 pkgrel=1
 pkgdesc='Standalone version of the hex dump utility that comes with ViM'
 arch=(x86_64)
@@ -10,10 +10,10 @@ provides=(xxd)
 conflicts=(xxd)
 license=(GPL-2.0-or-later)
 source=("$url/releases/download/v$pkgver/$pkgname-$pkgver.tar.gz")
-b2sums=('605e94fca39b71f7d79afd62520747f29383c19d2a42559efe621c911029a1ad4ab7160e8826f8f9fa46283bd042a79b57cbf740b875a097cf381ef8c9c6a336')
+b2sums=('fd1f6c0a0742d7273ee1a2f8856819477f2be6a8f80e7c87b384735df2f469f81362370c4e77a103ddc6f434bfb159f09d5595712fad8b385a9edbc678af04d5')
 
 build() {
-  make CFLAGS="$CFLAGS -std=c11 -pipe -fPIC -fstack-protector-strong 
-D_GNU_SOURCE -s -Wl,-z,now" -C $pkgname-$pkgver
+  make -C $pkgname-$pkgver
 }
 
 package() {



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/tinyxxd/-/commit/8827dd201f526e5a8efff2e489a7ee5db8c2a371

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/tinyxxd/-/commit/8827dd201f526e5a8efff2e489a7ee5db8c2a371
You're receiving this email because of your account on gitlab.archlinux.org.


Reply via email to