diff options
author | Alexandre Bury | 2024-08-06 14:32:23 -0400 |
---|---|---|
committer | Alexandre Bury | 2024-08-06 14:32:23 -0400 |
commit | 3c60bb8c205e07e4d52cbd10869608fdba898258 (patch) | |
tree | 9c4b62d2191827d947d526bb92d5848812f396e7 /PKGBUILD | |
parent | 12cfff7e1783b2dda108ff1c7713c3b53a22e58a (diff) | |
download | aur-3c60bb8c205e07e4d52cbd10869608fdba898258.tar.gz |
Update to 3.1.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -1,13 +1,14 @@ pkgname=inkstitch -pkgver=3.0.1 +pkgver=3.1.0 pkgrel=1 pkgdesc="An open source machine embroidery design platform based on Inkscape" arch=("x86_64") url="https://inkstitch.org/" depends=("inkscape") source=("https://github.com/inkstitch/inkstitch/releases/download/v${pkgver}/inkstitch-${pkgver}-linux.tar.xz") -sha256sums=('b67c88242dbeafbd44c78e4b70a6dc3860d04a417c012a13439819bf97789c61') +sha256sums=('cb196008342aa6fa563db17bb37bd758782b7554d46660ae2e734973e69f509a') license=(GPL) +options=(!strip) package() { mkdir -p $pkgdir/usr/share/inkscape/extensions |