summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorNikos Toutountzoglou2022-10-14 13:58:26 +0200
committerNikos Toutountzoglou2022-10-14 13:58:26 +0200
commit42f1e278246711ec118aa83ad0e17a76fd3d941e (patch)
treea0752ce9dc6d333cd3682622c71cebed509f6879 /PKGBUILD
parente022c7ca0d1631326cf73ca62204fee5d5cb6278 (diff)
downloadaur-42f1e278246711ec118aa83ad0e17a76fd3d941e.tar.gz
This beta is built in DotNet 6. It has the same functionality (+ some) as beta 4.2.4
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD14
1 files changed, 7 insertions, 7 deletions
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')