summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index eabc7284968d..a51f45f675f6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_name=horizon
pkgname=${_name}-git
pkgver=r185.59b2f6b
-pkgrel=1
+pkgrel=2
pkgdesc="free EDA package written in C++"
arch=('x86_64' 'i686')
url="https://github.com/carrotIndustries/horizon"
@@ -24,7 +24,7 @@ build() {
}
package() {
- for f in horizon-imp horizon-pool horizon-pool-mgr horizon-prj horizon-prj-mgr
+ for f in horizon-imp horizon-pool horizon-eda horizon-prj
do
install -Dm755 $srcdir/$_name/$f $pkgdir/usr/bin/$f
done