summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorOliver Friedrich2021-12-02 19:00:22 +0100
committerOliver Friedrich2021-12-02 19:00:22 +0100
commit4ebe1164fc7246e7eeee5f9d953d26f018a86c1e (patch)
tree6a460f31d0358dbd26a98232b3ded9358573a967
parentd82dc17f28472a944069b84a1f4fe1b51fc3e746 (diff)
downloadaur-4ebe1164fc7246e7eeee5f9d953d26f018a86c1e.tar.gz
udpate to 20211128 & add librepfunc as dependency
-rw-r--r--.SRCINFO9
-rw-r--r--PKGBUILD8
2 files changed, 9 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5fbd94846e84..fff55486aa24 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = w_scan_cpp
pkgdesc = A dtv channel scanner based on VDR. Successor of w_scan
- pkgver = 20211009
- pkgrel = 2
+ pkgver = 20211128
+ pkgrel = 1
url = https://www.gen2vdr.de/wirbel/w_scan_cpp/index2.html
arch = i686
arch = x86_64
@@ -18,10 +18,11 @@ pkgbase = w_scan_cpp
depends = freetype2
depends = fontconfig
depends = pugixml
+ depends = librepfunc
provides = w_scan
conflicts = w_scan
replaces = w_scan
- source = https://www.gen2vdr.de/wirbel/w_scan_cpp/w_scan_cpp-20211009.tar.bz2
- sha256sums = 080867eef8a3ebb8fa9402a65167365e208c5057073caaf58e1250825f7f38d3
+ source = https://www.gen2vdr.de/wirbel/w_scan_cpp/w_scan_cpp-20211128.tar.bz2
+ sha256sums = c3a859a42f338d9c4bbdde2883e32989cd02f72bf2c31bfb18f7b6b23fc61254
pkgname = w_scan_cpp
diff --git a/PKGBUILD b/PKGBUILD
index cdb0bc8dc8b1..e347e981d974 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,19 +1,19 @@
# Maintainer: ohli <olifriedrich at gmail dot com>
pkgname=w_scan_cpp
-pkgver=20211009
+pkgver=20211128
provides=("w_scan")
conflicts=("w_scan")
-pkgrel=2
+pkgrel=1
pkgdesc="A dtv channel scanner based on VDR. Successor of w_scan"
arch=('i686' 'x86_64' 'armv6h' 'armv7h')
url="https://www.gen2vdr.de/wirbel/w_scan_cpp/index2.html"
replaces=('w_scan')
license=('GPL')
-depends=('glibc' 'libcap' 'freetype2' 'fontconfig' 'pugixml')
+depends=('glibc' 'libcap' 'freetype2' 'fontconfig' 'pugixml' 'librepfunc')
makedepends=('sed' 'make' 'wget' 'git' 'pango')
source=("https://www.gen2vdr.de/wirbel/$pkgname/$pkgname-$pkgver.tar.bz2")
-sha256sums=('080867eef8a3ebb8fa9402a65167365e208c5057073caaf58e1250825f7f38d3')
+sha256sums=('c3a859a42f338d9c4bbdde2883e32989cd02f72bf2c31bfb18f7b6b23fc61254')
build() {
cd "$pkgname-$pkgver"