summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorpappy2019-02-20 14:21:07 +0200
committerpappy2019-02-20 14:21:07 +0200
commitf1fde182101832da76ff70f0b54f3c0fe914055f (patch)
treeeaa988f96f96cd8716ec78e31e8023b76ca93a8a
parent76e3fe7ac60afa1919b4700df6f346b1f8793eec (diff)
downloadaur-f1fde182101832da76ff70f0b54f3c0fe914055f.tar.gz
r31.7f76349
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD11
2 files changed, 6 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 70e18f6dff90..3916074eb3d0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = cura-resources-fabtotum-git
pkgdesc = FabTotum resources for Cura 2.x
- pkgver = r27.c4b13cd
+ pkgver = r31.7f76349
pkgrel = 1
url = https://github.com/FABtotum/FAB_Configs
arch = any
license = unknown
makedepends = git
depends = cura
- source = git+https://github.com/FABtotum/FAB_Configs.git
+ source = git+https://github.com/PaoloP74/FAB_Configs.git
md5sums = SKIP
pkgname = cura-resources-fabtotum-git
diff --git a/PKGBUILD b/PKGBUILD
index 28c0bf8ea05b..ff769871a755 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
-# Maintainer: dr4Ke <dr4ke at dr4ke dot net>
+# Maintainer: PAPPY <pappy _AT_ a s c e l i o n _DOT_ com>
pkgname=cura-resources-fabtotum-git
-pkgver=r28.eceb1f9
+pkgver=r31.7f76349
pkgrel=1
pkgdesc="FabTotum resources for Cura 2.x"
arch=('any')
@@ -8,12 +8,9 @@ url="https://github.com/FABtotum/FAB_Configs"
license=('unknown')
depends=('cura')
makedepends=('git')
-source=('git+https://github.com/PaoloP74/FAB_Configs.git#branch=Cura_2.7')
+source=('git+https://github.com/PaoloP74/FAB_Configs.git')
md5sums=('SKIP')
-# Please refer to the 'USING VCS SOURCES' section of the PKGBUILD man page for
-# a description of each element in the source array.
-
pkgver() {
cd "$srcdir/FAB_Configs"
printf "r%s.%s" "$(git rev-list --count HEAD)" "$(git rev-parse --short HEAD)"
@@ -21,7 +18,7 @@ pkgver() {
package() {
cd "$srcdir/FAB_Configs"
- cd "Cura2.x_configs_FABtotum/Cura 2.7/resources"
+ cd "`echo Cura*/Cura2.x*`"
mkdir -p "${pkgdir}/usr/share/cura/resources/"
cp -rp . "${pkgdir}/usr/share/cura/resources/"
}