summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorManuel Reimer2022-03-14 19:06:11 +0100
committerManuel Reimer2022-03-14 19:06:11 +0100
commitc3581534166df62fce7d3ff4deb5d962abf8e941 (patch)
tree049f608e42738f3fce330201d09ca81c69f08606
parent4e7955917f10d26e809b2a2cdeb28eb884cbc61f (diff)
downloadaur-c3581534166df62fce7d3ff4deb5d962abf8e941.tar.gz
Sync from VDR4Arch (https://github.com/VDR4Arch/vdr4arch/commit/0c29e25cb53814d9947c96d1dcfeec71ce661156)
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD4
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 00b1eaf13338..79a60b5bb50d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
-# Generated by makepkg 6.0.0
-# Sat Jun 5 11:45:14 UTC 2021
+# 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.12
+ pkgver = 1.0.14
pkgrel = 1
url = https://github.com/stefantalpalaru/w_scan2
arch = x86_64
@@ -13,7 +13,7 @@ pkgbase = w_scan2
license = GPL2
depends = gcc-libs
depends = glibc
- source = w_scan2-1.0.12.tar.gz::https://github.com/stefantalpalaru/w_scan2/archive/1.0.12.tar.gz
- sha256sums = a97390b2c8c4a419c73fd8424f026fc9831b25ff65e6bc17e4c02911c3e9f51b
+ source = w_scan2-1.0.14.tar.gz::https://github.com/stefantalpalaru/w_scan2/archive/1.0.14.tar.gz
+ sha256sums = 3749c44300646b280a88e73fae5fb6a8d2c57b6840586cc6c77f5e202b3d4f5e
pkgname = w_scan2
diff --git a/PKGBUILD b/PKGBUILD
index c132de953fd0..211ddcf5d685 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Maintainer: Manuel Reimer <manuel.reimer@gmx.de>
pkgname=w_scan2
-pkgver=1.0.12
+pkgver=1.0.14
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=('a97390b2c8c4a419c73fd8424f026fc9831b25ff65e6bc17e4c02911c3e9f51b')
+sha256sums=('3749c44300646b280a88e73fae5fb6a8d2c57b6840586cc6c77f5e202b3d4f5e')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"