diff options
author | hayabousa | 2024-07-25 15:24:12 +0200 |
---|---|---|
committer | hayabousa | 2024-07-25 15:24:12 +0200 |
commit | d0a479b33da9e9a47c703d8eed543e64c859bc5e (patch) | |
tree | 8edf7c2cd1db05e79504695dead9be958fde93da | |
parent | 3e95249a3c86a3b8d093094e13e54a05342ac88e (diff) | |
download | aur-d0a479b33da9e9a47c703d8eed543e64c859bc5e.tar.gz |
feat: use robocut fork with page size fix
-rw-r--r-- | .SRCINFO | 6 | ||||
-rw-r--r-- | PKGBUILD | 6 |
2 files changed, 6 insertions, 6 deletions
@@ -1,14 +1,14 @@ pkgbase = robocut-git pkgdesc = Graphical program that sends svg files to vinyl cutters - pkgver = v1.0.11.r55.gf75fbf0 + pkgver = v1.0.11.r56.g76cc21b pkgrel = 1 - url = https://github.com/Timmmm/robocut + url = https://github.com/sporteries/robocut install = robocut-git.install arch = x86_64 license = GPL3 depends = qt5-svg depends = cmake - source = robocut-git::git+https://github.com/Timmmm/robocut.git + source = robocut-git::git+https://github.com/sporteries/robocut.git source = robocut-git.desktop md5sums = SKIP md5sums = 8428df609b820a04940f5e66f9c5c6c5 @@ -1,15 +1,15 @@ # Maintainer: Steffen Weber <-boenki-gmx-de-> pkgname=robocut-git -pkgver=v1.0.11.r55.gf75fbf0 +pkgver=v1.0.11.r56.g76cc21b pkgrel=1 pkgdesc="Graphical program that sends svg files to vinyl cutters" -url="https://github.com/Timmmm/robocut" +url="https://github.com/sporteries/robocut" license=('GPL3') arch=('x86_64') depends=('qt5-svg' 'cmake') install=$pkgname.install -source=("$pkgname::git+https://github.com/Timmmm/robocut.git" +source=("$pkgname::git+$url.git" "$pkgname.desktop") md5sums=('SKIP' '8428df609b820a04940f5e66f9c5c6c5') |