summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorhayabousa2024-07-25 15:24:12 +0200
committerhayabousa2024-07-25 15:24:12 +0200
commitd0a479b33da9e9a47c703d8eed543e64c859bc5e (patch)
tree8edf7c2cd1db05e79504695dead9be958fde93da
parent3e95249a3c86a3b8d093094e13e54a05342ac88e (diff)
downloadaur-d0a479b33da9e9a47c703d8eed543e64c859bc5e.tar.gz
feat: use robocut fork with page size fix
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 205ffe3e758f..97f77d6bb559 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -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
diff --git a/PKGBUILD b/PKGBUILD
index 238336187cf0..e474b73fe273 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -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')