summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO14
-rw-r--r--PKGBUILD14
2 files changed, 14 insertions, 14 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d630684052dd..4331ada76b88 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,20 +1,20 @@
pkgbase = wg++
pkgdesc = WebGrab+Plus is a freeware (license via donation) multi-site incremental XMLTV EPG grabber.
- pkgver = 4.2
- pkgrel = 3
+ pkgver = 5.0
+ pkgrel = 1
url = http://webgrabplus.com/
arch = any
license = custom
makedepends = git
- depends = dotnet-host-bin
- depends = dotnet-runtime-5.0-bin
+ depends = dotnet-host
+ depends = dotnet-runtime
provides = wg++
- source = http://webgrabplus.com/sites/default/files/download/SW/V4.2.2/WebGrabPlus_V4.2_install.tar.gz
- source = https://github.com/SilentButeo2/webgrabplus-siteinipack/raw/master/evaluation-builds/WebGrabPlus_V4.2.2.3_eval_install.tar.gz
+ source = http://www.webgrabplus.com/sites/default/files/download/SW/V4.2.2/WebGrabPlus_V4.2_install.tar.gz
+ source = http://webgrabplus.com/sites/default/files/download/SW/V5.0.1/WebGrabPlus_V5.0.1_beta_install.tar.gz
source = git+https://github.com/SilentButeo2/webgrabplus-siteinipack.git
source = wg++
md5sums = 569b438673a4e1963c52f62c26bbcf16
- md5sums = 8d106d05122e5d57c0d4e94c09cea87c
+ md5sums = 4b53c034a71ba316eb18d49fb4ca853b
md5sums = SKIP
md5sums = b9fc49688d55da5cf447b7a7b9a45361
diff --git a/PKGBUILD b/PKGBUILD
index 427c803d9233..0fc64f8716c5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,25 +1,25 @@
# Maintainer: Nikos Toutountzoglou <nikos.toutou@gmail.com>
pkgname=wg++
-pkgver=4.2
-pkgrel=3
+pkgver=5.0
+pkgrel=1
pkgdesc='WebGrab+Plus is a freeware (license via donation) multi-site incremental XMLTV EPG grabber.'
arch=('any')
url='http://webgrabplus.com/'
license=('custom')
depends=(
- 'dotnet-host-bin'
- 'dotnet-runtime-5.0-bin'
+ 'dotnet-host'
+ 'dotnet-runtime'
)
makedepends=('git')
provides=('wg++')
-source=("http://webgrabplus.com/sites/default/files/download/SW/V4.2.2/WebGrabPlus_V4.2_install.tar.gz"
- "https://github.com/SilentButeo2/webgrabplus-siteinipack/raw/master/evaluation-builds/WebGrabPlus_V4.2.2.3_eval_install.tar.gz"
+source=("http://www.webgrabplus.com/sites/default/files/download/SW/V4.2.2/WebGrabPlus_V4.2_install.tar.gz"
+ "http://webgrabplus.com/sites/default/files/download/SW/V5.0.1/WebGrabPlus_V5.0.1_beta_install.tar.gz"
"git+https://github.com/SilentButeo2/webgrabplus-siteinipack.git"
"wg++")
md5sums=('569b438673a4e1963c52f62c26bbcf16'
- '8d106d05122e5d57c0d4e94c09cea87c'
+ '4b53c034a71ba316eb18d49fb4ca853b'
'SKIP'
'b9fc49688d55da5cf447b7a7b9a45361')