summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorManuel Reimer2021-06-05 13:45:15 +0200
committerManuel Reimer2021-06-05 13:45:15 +0200
commit4e7955917f10d26e809b2a2cdeb28eb884cbc61f (patch)
treeff2ebefd983bddbf8ed3cbb671c89fbf482133c9
parentd2cfcfb343856a1c74f75ab06bc57a2ca6a9a5c5 (diff)
downloadaur-4e7955917f10d26e809b2a2cdeb28eb884cbc61f.tar.gz
Sync from VDR4Arch (https://github.com/VDR4Arch/vdr4arch/commit/db06253a04549cac0d41897153a2202a8cb06825)
-rw-r--r--.SRCINFO11
-rw-r--r--PKGBUILD4
2 files changed, 7 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6e06c1ccfb59..00b1eaf13338 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
-# Generated by makepkg 5.2.1
-# Mon May 25 13:20:49 UTC 2020
+# Generated by makepkg 6.0.0
+# Sat Jun 5 11:45:14 UTC 2021
pkgbase = w_scan2
pkgdesc = w_scan fork (Small channel scan tool for vdr)
- pkgver = 1.0.9
+ pkgver = 1.0.12
pkgrel = 1
url = https://github.com/stefantalpalaru/w_scan2
arch = x86_64
@@ -13,8 +13,7 @@ pkgbase = w_scan2
license = GPL2
depends = gcc-libs
depends = glibc
- source = w_scan2-1.0.9.tar.gz::https://github.com/stefantalpalaru/w_scan2/archive/1.0.9.tar.gz
- sha256sums = a2718e922302297f845961af54e615852be4f575bea63f3a90ed19a04d955f36
+ source = w_scan2-1.0.12.tar.gz::https://github.com/stefantalpalaru/w_scan2/archive/1.0.12.tar.gz
+ sha256sums = a97390b2c8c4a419c73fd8424f026fc9831b25ff65e6bc17e4c02911c3e9f51b
pkgname = w_scan2
-
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}"