summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRenha2016-10-11 10:13:27 +0300
committerRenha2016-10-11 10:13:27 +0300
commit1d855ca3ecb3582ba69aa84826f652156dad6110 (patch)
tree0af0b9f6680e829bcb1b33b1a002810e91a2bedd
parent1248f5ca181d7eca84bdd39f5021f07be94f7426 (diff)
downloadaur-1d855ca3ecb3582ba69aa84826f652156dad6110.tar.gz
Fixed maintainer
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD7
2 files changed, 4 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 51007e6f99ea..901938f54cea 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = cura-engine-noarcus-git
pkgdesc = A C++ console application for 3D printing GCode generation. It's called by Repetier Host and/or other applications. No libArcus or Protobuf needed for that version, and it could be only used as command-line tool.
pkgver = 3b8ad5e
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/Ultimaker/CuraEngine.git
arch = i686
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index 53eb218c0205..1163f11ba0a9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,10 +1,9 @@
-# Maintainer: Yunhui Fu <yhfudev@gmail.com>
+# Maintainer: Artem Grunichev <gluk@umbrosia.ru>
pkgname=cura-engine-noarcus-git
pkgver=3b8ad5e
-pkgrel=1
-pkgdesc="A C++ console application for 3D printing GCode generation. It's called by
-Repetier Host and/or other applications. No libArcus or Protobuf needed for that version, and it could be only used as command-line tool."
+pkgrel=2
+pkgdesc="A C++ console application for 3D printing GCode generation. It's called by Repetier Host and/or other applications. No libArcus or Protobuf needed for that version, and it could be only used as command-line tool."
arch=(i686 x86_64 arm)
url="https://github.com/Ultimaker/CuraEngine.git"
license=(GPL)