summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLukas K2018-06-24 01:17:08 +0200
committerLukas K2018-06-24 01:17:08 +0200
commita293229ab584313491e5f16554e2c3fecea17087 (patch)
tree3a376640c7e70b84b59d3f0f53e5d53216810937
parent462820669b5cbf1b0794107e0b61118cf2959545 (diff)
downloadaur-a293229ab584313491e5f16554e2c3fecea17087.tar.gz
fix binary names
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e8c0ec02ab64..c1f63d15064d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Sat Jan 20 18:10:37 UTC 2018
+# Sat Jun 23 23:16:40 UTC 2018
pkgbase = horizon-git
pkgdesc = free EDA package written in C++
pkgver = r185.59b2f6b
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/carrotIndustries/horizon
arch = x86_64
arch = i686
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