summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAdam Goldsmith2015-12-11 13:25:32 -0500
committerAdam Goldsmith2015-12-11 13:25:32 -0500
commit948bcc0728b2ce76f12668c8db6c45b090acf00f (patch)
treeb53c491d10b80f397502e4f82b93b6e4905a2aa3
parentb27a9cc615e71a29332f385d4f583b8905413c4c (diff)
downloadaur-948bcc0728b2ce76f12668c8db6c45b090acf00f.tar.gz
Fix broken symlink
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9cdf5b2602ec..0cc42397371a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = cura-git
pkgdesc = A full software solution for 3D printing aimed at RepRaps and the Ultimaker.
- pkgver = 15.06.03.785.g1a4a396
+ pkgver = 15.06.03.841.gfa7a434
pkgrel = 1
url = https://github.com/daid/Cura
arch = i686
diff --git a/PKGBUILD b/PKGBUILD
index addcdff0f7a2..2bb3d5affed2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Adam Goldsmith <contact@adamgoldsmith.name>
pkgname=cura-git
-pkgver=15.06.03.785.g1a4a396
+pkgver=15.06.03.841.gfa7a434
pkgrel=1
pkgdesc="A full software solution for 3D printing aimed at RepRaps and the Ultimaker."
arch=('i686' 'x86_64')
@@ -36,7 +36,7 @@ package() {
make DESTDIR="$pkgdir/" install
chmod +x "$pkgdir/usr/bin/cura_app.py"
- ln -s "$pkgdir/usr/bin/cura_app.py" "$pkgdir/usr/bin/cura"
+ ln -s "cura_app.py" "$pkgdir/usr/bin/cura"
}
# vim:set ts=2 sw=2 et: