mirror of
https://github.com/archlinux/aur.git
synced 2026-03-14 23:16:48 +01:00
Update to v1.20.5
This commit is contained in:
parent
0ca41bd2d8
commit
edee91ce95
2 changed files with 5 additions and 5 deletions
6
.SRCINFO
6
.SRCINFO
|
|
@ -1,6 +1,6 @@
|
|||
pkgbase = binvec
|
||||
pkgdesc = A simple application to convert raster graphics to vector graphics
|
||||
pkgver = 1.20.4
|
||||
pkgver = 1.20.5
|
||||
pkgrel = 1
|
||||
url = https://github.com/RouHim/binvec
|
||||
arch = x86_64
|
||||
|
|
@ -9,7 +9,7 @@ pkgbase = binvec
|
|||
arch = armv6h
|
||||
license = MIT
|
||||
makedepends = cargo
|
||||
source = binvec-1.20.4.tar.gz::https://github.com/RouHim/binvec/archive/refs/tags/1.20.4.tar.gz
|
||||
sha256sums = 84bb56825d4d52eb7f79b8c5f4ce899b46d9ab445ffb86631e6c1a2ab4ecbd14
|
||||
source = binvec-1.20.5.tar.gz::https://github.com/RouHim/binvec/archive/refs/tags/1.20.5.tar.gz
|
||||
sha256sums = f7775f23efe97485db76afffe50a6e84bfe58b5b6b8ec9b2d2d04e791cb48294
|
||||
|
||||
pkgname = binvec
|
||||
|
|
|
|||
4
PKGBUILD
4
PKGBUILD
|
|
@ -1,7 +1,7 @@
|
|||
# Maintainer: RouHim
|
||||
|
||||
pkgname=binvec
|
||||
pkgver=1.20.4
|
||||
pkgver=1.20.5
|
||||
pkgrel=1
|
||||
pkgdesc="A simple application to convert raster graphics to vector graphics"
|
||||
arch=('x86_64' 'aarch64' 'armv7h' 'armv6h')
|
||||
|
|
@ -10,7 +10,7 @@ license=('MIT')
|
|||
depends=()
|
||||
makedepends=('cargo')
|
||||
source=("$pkgname-$pkgver.tar.gz::https://github.com/RouHim/binvec/archive/refs/tags/$pkgver.tar.gz")
|
||||
sha256sums=('84bb56825d4d52eb7f79b8c5f4ce899b46d9ab445ffb86631e6c1a2ab4ecbd14')
|
||||
sha256sums=('f7775f23efe97485db76afffe50a6e84bfe58b5b6b8ec9b2d2d04e791cb48294')
|
||||
|
||||
build() {
|
||||
cd "$pkgname-$pkgver"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue