summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
-rw-r--r--librepcb-git.install7
3 files changed, 13 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4b5b2bc3343e..be089a2c4ced 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,9 @@
+# Generated by mksrcinfo v8
+# Mon Jun 27 10:44:49 UTC 2016
pkgbase = librepcb-git
pkgdesc = LibrePCB is a free EDA software to develop printed circuit boards.
- pkgver = r549.95b8d1a
- pkgrel = 4
+ pkgver = r675.206955b
+ pkgrel = 1
url = http://librepcb.org/
install = librepcb-git.install
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index ce4702627d72..a235f06a114d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: Danilo Bargen <aur at dbrgn dot ch>
pkgname=librepcb-git
_fullname=LibrePCB
-pkgver=r549.95b8d1a
-pkgrel=4
+pkgver=r675.206955b
+pkgrel=1
pkgdesc="LibrePCB is a free EDA software to develop printed circuit boards."
arch=('x86_64' 'i686')
url="http://librepcb.org/"
diff --git a/librepcb-git.install b/librepcb-git.install
index 423fbf48c248..6fddf0723ec0 100644
--- a/librepcb-git.install
+++ b/librepcb-git.install
@@ -9,6 +9,13 @@ post_install() {
post_upgrade() {
post_install "$1"
+ echo ""
+ echo "Note: As LibrePCB is still in development, you should clone"
+ echo "the demo workspace from https://github.com/LibrePCB/demo-workspace"
+ echo "and use it as your LibrePCB workspace."
+ echo "Otherwise you won't have a components library and some parts"
+ echo "of the UI will not work."
+ echo ""
}
post_remove() {