Alexander Rødseth pushed to branch main at Arch Linux / Packaging / Packages /
tinyxxd
Commits:
1b971446 by Alexander F. Rødseth at 2024-08-24T15:23:22+02:00
upgpkg: 1.3.5-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,13 +1,14 @@
pkgbase = tinyxxd
pkgdesc = Standalone version of the hex dump utility that comes with ViM
- pkgver = 1.3.4
+ pkgver = 1.3.5
pkgrel = 1
url = https://github.com/xyproto/tinyxxd
arch = x86_64
license = GPL-2.0-only
+ license = MIT
provides = xxd
conflicts = xxd
- source =
https://github.com/xyproto/tinyxxd/releases/download/v1.3.4/tinyxxd-1.3.4.tar.gz
- b2sums =
5c9bf4868b6e02f6247594d3067a788a6455937d95a7bc7c5e553350e9e544888f50bef1ff866a11bddbe9c9606746fc9837ecb1469e53e987b205574a80841e
+ source =
https://github.com/xyproto/tinyxxd/releases/download/v1.3.5/tinyxxd-1.3.5.tar.gz
+ b2sums =
3f04d20a66ff58aaa155a724b4e1932a2b34543681997423c08e966ba47adb1bb83b65d358ba705703192d7d71c1f5249ccdc86f4b5c0ee4df94a5988ab88ae9
pkgname = tinyxxd
=====================================
PKGBUILD
=====================================
@@ -1,16 +1,16 @@
# Maintainer: Alexander F. Rødseth <[email protected]>
pkgname=tinyxxd
-pkgver=1.3.4
+pkgver=1.3.5
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-only)
+license=(GPL-2.0-only MIT)
source=("$url/releases/download/v$pkgver/$pkgname-$pkgver.tar.gz")
-b2sums=('5c9bf4868b6e02f6247594d3067a788a6455937d95a7bc7c5e553350e9e544888f50bef1ff866a11bddbe9c9606746fc9837ecb1469e53e987b205574a80841e')
+b2sums=('3f04d20a66ff58aaa155a724b4e1932a2b34543681997423c08e966ba47adb1bb83b65d358ba705703192d7d71c1f5249ccdc86f4b5c0ee4df94a5988ab88ae9')
build() {
make -C $pkgname-$pkgver
@@ -20,5 +20,7 @@ package() {
cd $pkgname-$pkgver
DESTDIR="$pkgdir" make install
install -Dm644 $pkgname.1 "$pkgdir/usr/share/man/$pkgname/man1/$pkgname.1"
+ install -Dm644 AUTHORS.md "$pkgdir/usr/share/licenses/$pkgname/AUTHORS.md"
+ install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
ln -s /usr/bin/tinyxxd "$pkgdir/usr/bin/xxd"
}
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/tinyxxd/-/commit/1b971446216807c7fb0b46231f1e1a6d9f2d67c1
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/tinyxxd/-/commit/1b971446216807c7fb0b46231f1e1a6d9f2d67c1
You're receiving this email because of your account on gitlab.archlinux.org.