summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorManuel Reimer2024-01-10 17:08:05 +0100
committerManuel Reimer2024-01-10 17:08:05 +0100
commit00aff4722615b03f7cb498a8c7fbf98e1115fc42 (patch)
tree807d47903dd0828465739e0c6f7aba8349430fe7 /PKGBUILD
parentc3581534166df62fce7d3ff4deb5d962abf8e941 (diff)
downloadaur-w_scan2.tar.gz
Sync from VDR4Arch (https://github.com/VDR4Arch/vdr4arch/commit/597d28619730629e188034fd7a1e091da8dac624)
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 211ddcf5d685..07d971c68248 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Maintainer: Manuel Reimer <manuel.reimer@gmx.de>
pkgname=w_scan2
-pkgver=1.0.14
+pkgver=1.0.15
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=('3749c44300646b280a88e73fae5fb6a8d2c57b6840586cc6c77f5e202b3d4f5e')
+sha256sums=('0bc18f11bd20ac191ea34cc963e7f506d2a0d46768245ccd4d389ef2e0a208cc')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"