summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorManuel Reimer2020-05-25 15:20:50 +0200
committerManuel Reimer2020-05-25 15:20:50 +0200
commitd2cfcfb343856a1c74f75ab06bc57a2ca6a9a5c5 (patch)
tree3973f8bec696a360ae493b15d2a1daf132c63a92 /PKGBUILD
parente998c691e8f6b2b1d609995bc1f0e9ba0e9b4237 (diff)
downloadaur-d2cfcfb343856a1c74f75ab06bc57a2ca6a9a5c5.tar.gz
Sync from VDR4Arch (https://github.com/VDR4Arch/vdr4arch/commit/5f46ed125ee9c6328e6f8f30864950a5b93ee788)
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 2 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 4c6e96855522..dbde3384e411 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Maintainer: Manuel Reimer <manuel.reimer@gmx.de>
pkgname=w_scan2
-pkgver=1.0.8
+pkgver=1.0.9
pkgrel=1
pkgdesc="w_scan fork (Small channel scan tool for vdr)"
url="https://github.com/stefantalpalaru/w_scan2"
@@ -11,12 +11,11 @@ license=('GPL2')
depends=('gcc-libs' 'glibc')
#gcc-libs is somehow needed on arm architecture
source=("$pkgname-$pkgver.tar.gz::https://github.com/stefantalpalaru/w_scan2/archive/$pkgver.tar.gz")
-sha256sums=('a8cfbb48bddc44800d67616dafb351d0db8b3d80c2ff21097c76518b89768f01')
+sha256sums=('a2718e922302297f845961af54e615852be4f575bea63f3a90ed19a04d955f36')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"
./autogen.sh
- export LDFLAGS="$LDFLAGS -z muldefs"
./configure --prefix=/usr
make
}