Alexander Rødseth pushed to branch main at Arch Linux / Packaging / Packages /
tinyxxd
Commits:
43e11137 by Alexander F. Rødseth at 2024-08-23T17:55:33+02:00
upgpkg: 1.3.4-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.3.3
+ pkgver = 1.3.4
pkgrel = 1
url = https://github.com/xyproto/tinyxxd
arch = x86_64
- license = GPL-2.0-or-later
+ license = GPL-2.0-only
provides = xxd
conflicts = xxd
- source =
https://github.com/xyproto/tinyxxd/releases/download/v1.3.3/tinyxxd-1.3.3.tar.gz
- b2sums =
cc0b2f97b2774c7590d4005c0918fa4c4a3a3977cb23a9d442f2b2a7ac48e863041a2c2a522cfcd2b8ba8b19900dcd350a40f5ef41db2b10bb588b2e10fc6782
+ source =
https://github.com/xyproto/tinyxxd/releases/download/v1.3.4/tinyxxd-1.3.4.tar.gz
+ b2sums =
5c9bf4868b6e02f6247594d3067a788a6455937d95a7bc7c5e553350e9e544888f50bef1ff866a11bddbe9c9606746fc9837ecb1469e53e987b205574a80841e
pkgname = tinyxxd
=====================================
PKGBUILD
=====================================
@@ -1,22 +1,24 @@
# Maintainer: Alexander F. Rødseth <[email protected]>
pkgname=tinyxxd
-pkgver=1.3.3
+pkgver=1.3.4
pkgrel=1
pkgdesc='Standalone version of the hex dump utility that comes with ViM'
arch=(x86_64)
url='https://github.com/xyproto/tinyxxd'
provides=(xxd)
conflicts=(xxd)
-license=(GPL-2.0-or-later)
+license=(GPL-2.0-only)
source=("$url/releases/download/v$pkgver/$pkgname-$pkgver.tar.gz")
-b2sums=('cc0b2f97b2774c7590d4005c0918fa4c4a3a3977cb23a9d442f2b2a7ac48e863041a2c2a522cfcd2b8ba8b19900dcd350a40f5ef41db2b10bb588b2e10fc6782')
+b2sums=('5c9bf4868b6e02f6247594d3067a788a6455937d95a7bc7c5e553350e9e544888f50bef1ff866a11bddbe9c9606746fc9837ecb1469e53e987b205574a80841e')
build() {
make -C $pkgname-$pkgver
}
package() {
- DESTDIR="$pkgdir" make -C $pkgname-$pkgver install
+ cd $pkgname-$pkgver
+ DESTDIR="$pkgdir" make install
+ install -Dm644 $pkgname.1 "$pkgdir/usr/share/man/$pkgname/man1/$pkgname.1"
ln -s /usr/bin/tinyxxd "$pkgdir/usr/bin/xxd"
}
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/tinyxxd/-/commit/43e1113777f14d499a39aa0ba70ab2f2e94bcf0c
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/tinyxxd/-/commit/43e1113777f14d499a39aa0ba70ab2f2e94bcf0c
You're receiving this email because of your account on gitlab.archlinux.org.