summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorManuel Reimer2021-06-05 13:45:15 +0200
committerManuel Reimer2021-06-05 13:45:15 +0200
commit4e7955917f10d26e809b2a2cdeb28eb884cbc61f (patch)
treeff2ebefd983bddbf8ed3cbb671c89fbf482133c9 /PKGBUILD
parentd2cfcfb343856a1c74f75ab06bc57a2ca6a9a5c5 (diff)
downloadaur-4e7955917f10d26e809b2a2cdeb28eb884cbc61f.tar.gz
Sync from VDR4Arch (https://github.com/VDR4Arch/vdr4arch/commit/db06253a04549cac0d41897153a2202a8cb06825)
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index dbde3384e411..c132de953fd0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Maintainer: Manuel Reimer <manuel.reimer@gmx.de>
pkgname=w_scan2
-pkgver=1.0.9
+pkgver=1.0.12
pkgrel=1
pkgdesc="w_scan fork (Small channel scan tool for vdr)"
url="https://github.com/stefantalpalaru/w_scan2"
@@ -11,7 +11,7 @@ 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=('a2718e922302297f845961af54e615852be4f575bea63f3a90ed19a04d955f36')
+sha256sums=('a97390b2c8c4a419c73fd8424f026fc9831b25ff65e6bc17e4c02911c3e9f51b')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"