summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authortjbp2020-01-17 14:21:04 +0000
committertjbp2020-01-17 14:21:04 +0000
commit54d7347d809fb5761b283aca0450dbf106dbf2e5 (patch)
treec1253b912d087d0ff67e5b7cca2deebd8fe83ca8
parenta3eb6e59a3d4ecfe2b787794edf5095cb63091d0 (diff)
downloadaur-54d7347d809fb5761b283aca0450dbf106dbf2e5.tar.gz
Fixed build
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD6
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 80d329dad3a6..70f198d82f07 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = wsjtx-bin
pkgdesc = Software for Amateur Radio Weak-Signal Communication (JT9 and JT65)
pkgver = 2.1.2
- pkgrel = 1
+ pkgrel = 2
url = http://physics.princeton.edu/pulsar/k1jt/wsjtx.html
arch = i686
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index 7191f8758e9d..6cfa71fadf32 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=wsjtx-bin
pkgver=2.1.2
-pkgrel=1
+pkgrel=2
pkgdesc="Software for Amateur Radio Weak-Signal Communication (JT9 and JT65)"
arch=(i686 x86_64 armv7h)
url="http://physics.princeton.edu/pulsar/k1jt/wsjtx.html"
@@ -26,7 +26,7 @@ fi
source=("https://sourceforge.net/projects/wsjt/files/wsjtx-$pkgver/${debfile}")
build() {
- echo '/usr/lib/gcc/x86_64-pc-linux-gnu/7.5.0' > wsjtx-bin.conf
+ echo '/usr/lib/gcc/x86_64-pc-linux-gnu/7.5.0' > "$srcdir/wsjtx-bin.conf"
}
package() {
@@ -35,5 +35,5 @@ package() {
cd "$pkgdir"
chmod 755 usr/ usr/share/ usr/bin/ usr/share/doc/
chmod 755 usr/share/applications/ usr/share/pixmaps/
- install -Dm644 wsjtx-bin.conf "$pkgdir /etc/ld.so.conf.d/wsjtx-bin.conf"
+ install -Dm644 "$srcdir/wsjtx-bin.conf" "$pkgdir/etc/ld.so.conf.d/wsjtx-bin.conf"
}