Update to v1.10.0

This commit is contained in:
rouhim 2025-06-20 10:53:26 +00:00
parent 0100a50278
commit 274a376fc7
2 changed files with 18 additions and 23 deletions

View file

@ -1,6 +1,6 @@
pkgbase = binvec-bin
pkgdesc = A simple application to convert raster graphics to vector graphics (pre-compiled)
pkgver = 1.9.25
pkgver = 1.10.0
pkgrel = 1
url = https://github.com/RouHim/binvec
arch = x86_64
@ -11,13 +11,13 @@ pkgbase = binvec-bin
provides = binvec
conflicts = binvec
options = !strip
source_x86_64 = binvec-1.9.25-x86_64-unknown-linux-gnu::https://github.com/RouHim/binvec/releases/download/1.9.25/binvec-x86_64-unknown-linux-gnu
sha256sums_x86_64 = 6da08544ec7ea1fef674900158bc3caf65ba1c2a7e4103d9b948743230d81ff1
source_aarch64 = binvec-1.9.25-aarch64-unknown-linux-gnu::https://github.com/RouHim/binvec/releases/download/1.9.25/binvec-aarch64-unknown-linux-gnu
sha256sums_aarch64 = 6da08544ec7ea1fef674900158bc3caf65ba1c2a7e4103d9b948743230d81ff1
source_armv7h = binvec-1.9.25-armv7-unknown-linux-gnueabihf::https://github.com/RouHim/binvec/releases/download/1.9.25/binvec-armv7-unknown-linux-gnueabihf
sha256sums_armv7h = 6da08544ec7ea1fef674900158bc3caf65ba1c2a7e4103d9b948743230d81ff1
source_armv6h = binvec-1.9.25-arm-unknown-linux-gnueabihf::https://github.com/RouHim/binvec/releases/download/1.9.25/binvec-arm-unknown-linux-gnueabihf
sha256sums_armv6h = 6da08544ec7ea1fef674900158bc3caf65ba1c2a7e4103d9b948743230d81ff1
source_x86_64 = binvec-1.10.0-x86_64-unknown-linux-gnu::https://github.com/RouHim/binvec/releases/download/1.10.0/binvec-x86_64-unknown-linux-gnu
sha256sums_x86_64 = e4c2e5f8834e139991aeebd0be8da1ac440f0179517edfc15c77cc4eee4f3cae
source_aarch64 = binvec-1.10.0-aarch64-unknown-linux-gnu::https://github.com/RouHim/binvec/releases/download/1.10.0/binvec-aarch64-unknown-linux-gnu
sha256sums_aarch64 = e4c2e5f8834e139991aeebd0be8da1ac440f0179517edfc15c77cc4eee4f3cae
source_armv7h = binvec-1.10.0-armv7-unknown-linux-gnueabihf::https://github.com/RouHim/binvec/releases/download/1.10.0/binvec-armv7-unknown-linux-gnueabihf
sha256sums_armv7h = e4c2e5f8834e139991aeebd0be8da1ac440f0179517edfc15c77cc4eee4f3cae
source_armv6h = binvec-1.10.0-arm-unknown-linux-gnueabihf::https://github.com/RouHim/binvec/releases/download/1.10.0/binvec-arm-unknown-linux-gnueabihf
sha256sums_armv6h = e4c2e5f8834e139991aeebd0be8da1ac440f0179517edfc15c77cc4eee4f3cae
pkgname = binvec-bin

View file

@ -1,7 +1,7 @@
# Maintainer: RouHim
pkgname=binvec-bin
pkgver=1.9.25
pkgver=1.10.0
pkgrel=1
pkgdesc="A simple application to convert raster graphics to vector graphics (pre-compiled)"
arch=('x86_64' 'aarch64' 'armv7h' 'armv6h')
@ -18,10 +18,10 @@ source_aarch64=("binvec-${pkgver}-aarch64-unknown-linux-gnu::https://github.com/
source_armv7h=("binvec-${pkgver}-armv7-unknown-linux-gnueabihf::https://github.com/RouHim/binvec/releases/download/${pkgver}/binvec-armv7-unknown-linux-gnueabihf")
source_armv6h=("binvec-${pkgver}-arm-unknown-linux-gnueabihf::https://github.com/RouHim/binvec/releases/download/${pkgver}/binvec-arm-unknown-linux-gnueabihf")
sha256sums_x86_64=('6da08544ec7ea1fef674900158bc3caf65ba1c2a7e4103d9b948743230d81ff1')
sha256sums_aarch64=('6da08544ec7ea1fef674900158bc3caf65ba1c2a7e4103d9b948743230d81ff1')
sha256sums_armv7h=('6da08544ec7ea1fef674900158bc3caf65ba1c2a7e4103d9b948743230d81ff1')
sha256sums_armv6h=('6da08544ec7ea1fef674900158bc3caf65ba1c2a7e4103d9b948743230d81ff1')
sha256sums_x86_64=('e4c2e5f8834e139991aeebd0be8da1ac440f0179517edfc15c77cc4eee4f3cae')
sha256sums_aarch64=('e4c2e5f8834e139991aeebd0be8da1ac440f0179517edfc15c77cc4eee4f3cae')
sha256sums_armv7h=('e4c2e5f8834e139991aeebd0be8da1ac440f0179517edfc15c77cc4eee4f3cae')
sha256sums_armv6h=('e4c2e5f8834e139991aeebd0be8da1ac440f0179517edfc15c77cc4eee4f3cae')
package() {
# Install binary
@ -34,14 +34,9 @@ package() {
install -Dm755 "binvec-${pkgver}-arm-unknown-linux-gnueabihf" "${pkgdir}/usr/bin/binvec"
fi
# Create documentation directory
mkdir -p "${pkgdir}/usr/share/doc/${pkgname}"
# Install desktop file
install -Dm644 "${startdir}/.desktop/binvec.desktop" "${pkgdir}/usr/share/applications/binvec.desktop"
# Download the documentation files
curl -s "https://raw.githubusercontent.com/RouHim/binvec/${pkgver}/README.md" -o "${pkgdir}/usr/share/doc/${pkgname}/README.md"
curl -s "https://raw.githubusercontent.com/RouHim/binvec/${pkgver}/CHANGELOG.md" -o "${pkgdir}/usr/share/doc/${pkgname}/CHANGELOG.md"
# Download the license file
mkdir -p "${pkgdir}/usr/share/licenses/${pkgname}"
curl -s "https://raw.githubusercontent.com/RouHim/binvec/${pkgver}/LICENSE" -o "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
# Install icon
install -Dm644 "${startdir}/icon.png" "${pkgdir}/usr/share/pixmaps/binvec.png"
}