* update tinyxxd to 1.3.7-1
This commit is contained in:
parent
5280442a17
commit
427b0aa2ab
@ -1,6 +1,6 @@
|
|||||||
pkgbase = tinyxxd
|
pkgbase = tinyxxd
|
||||||
pkgdesc = Standalone version of the hex dump utility that comes with ViM
|
pkgdesc = Standalone version of the hex dump utility that comes with ViM
|
||||||
pkgver = 1.3.5
|
pkgver = 1.3.7
|
||||||
pkgrel = 1
|
pkgrel = 1
|
||||||
url = https://github.com/xyproto/tinyxxd
|
url = https://github.com/xyproto/tinyxxd
|
||||||
arch = x86_64
|
arch = x86_64
|
||||||
@ -12,7 +12,7 @@ pkgbase = tinyxxd
|
|||||||
license = MIT
|
license = MIT
|
||||||
provides = xxd
|
provides = xxd
|
||||||
conflicts = xxd
|
conflicts = xxd
|
||||||
source = https://github.com/xyproto/tinyxxd/releases/download/v1.3.5/tinyxxd-1.3.5.tar.gz
|
source = https://github.com/xyproto/tinyxxd/releases/download/v1.3.7/tinyxxd-1.3.7.tar.gz
|
||||||
b2sums = 3f04d20a66ff58aaa155a724b4e1932a2b34543681997423c08e966ba47adb1bb83b65d358ba705703192d7d71c1f5249ccdc86f4b5c0ee4df94a5988ab88ae9
|
b2sums = f222d97df7b1fbe148cbe2940a900f3c77242b67397c832c8160cd7f7d8398a14404e14cac738b7c99f9a1de3cf04673adf23a73fff3ccf63153cfc252bd60e7
|
||||||
|
|
||||||
pkgname = tinyxxd
|
pkgname = tinyxxd
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
# Maintainer: Alexander F. Rødseth <xyproto@archlinux.org>
|
# Maintainer: Alexander F. Rødseth <xyproto@archlinux.org>
|
||||||
|
|
||||||
pkgname=tinyxxd
|
pkgname=tinyxxd
|
||||||
pkgver=1.3.5
|
pkgver=1.3.7
|
||||||
pkgrel=1
|
pkgrel=1
|
||||||
pkgdesc='Standalone version of the hex dump utility that comes with ViM'
|
pkgdesc='Standalone version of the hex dump utility that comes with ViM'
|
||||||
arch=(x86_64 powerpc64le powerpc64 powerpc riscv64)
|
arch=(x86_64 powerpc64le powerpc64 powerpc riscv64)
|
||||||
@ -11,7 +11,7 @@ provides=(xxd)
|
|||||||
conflicts=(xxd)
|
conflicts=(xxd)
|
||||||
license=(GPL-2.0-only MIT)
|
license=(GPL-2.0-only MIT)
|
||||||
source=("$url/releases/download/v$pkgver/$pkgname-$pkgver.tar.gz")
|
source=("$url/releases/download/v$pkgver/$pkgname-$pkgver.tar.gz")
|
||||||
b2sums=('3f04d20a66ff58aaa155a724b4e1932a2b34543681997423c08e966ba47adb1bb83b65d358ba705703192d7d71c1f5249ccdc86f4b5c0ee4df94a5988ab88ae9')
|
b2sums=('f222d97df7b1fbe148cbe2940a900f3c77242b67397c832c8160cd7f7d8398a14404e14cac738b7c99f9a1de3cf04673adf23a73fff3ccf63153cfc252bd60e7')
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
make -C $pkgname-$pkgver
|
make -C $pkgname-$pkgver
|
||||||
|
Loading…
x
Reference in New Issue
Block a user