summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorManuel Reimer2024-01-10 17:08:05 +0100
committerManuel Reimer2024-01-10 17:08:05 +0100
commit00aff4722615b03f7cb498a8c7fbf98e1115fc42 (patch)
tree807d47903dd0828465739e0c6f7aba8349430fe7
parentc3581534166df62fce7d3ff4deb5d962abf8e941 (diff)
downloadaur-w_scan2.tar.gz
Sync from VDR4Arch (https://github.com/VDR4Arch/vdr4arch/commit/597d28619730629e188034fd7a1e091da8dac624)
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 79a60b5bb50d..13f6e7168bfa 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,6 @@
-# Generated by makepkg 6.0.1
-# Mon Mar 14 18:06:10 UTC 2022
pkgbase = w_scan2
pkgdesc = w_scan fork (Small channel scan tool for vdr)
- pkgver = 1.0.14
+ pkgver = 1.0.15
pkgrel = 1
url = https://github.com/stefantalpalaru/w_scan2
arch = x86_64
@@ -13,7 +11,7 @@ pkgbase = w_scan2
license = GPL2
depends = gcc-libs
depends = glibc
- source = w_scan2-1.0.14.tar.gz::https://github.com/stefantalpalaru/w_scan2/archive/1.0.14.tar.gz
- sha256sums = 3749c44300646b280a88e73fae5fb6a8d2c57b6840586cc6c77f5e202b3d4f5e
+ source = w_scan2-1.0.15.tar.gz::https://github.com/stefantalpalaru/w_scan2/archive/1.0.15.tar.gz
+ sha256sums = 0bc18f11bd20ac191ea34cc963e7f506d2a0d46768245ccd4d389ef2e0a208cc
pkgname = w_scan2
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}"