summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorManuel Reimer2022-12-19 14:58:57 +0100
committerManuel Reimer2022-12-19 14:58:57 +0100
commit01b4df32606d0ba6b037f881a3650e883ff1b9e2 (patch)
tree44cd3b2c634b93506196b5ceb0bca3e29491ff36 /PKGBUILD
parentfe793250478fd548c435f40bc7aef8bbc40849d8 (diff)
downloadaur-01b4df32606d0ba6b037f881a3650e883ff1b9e2.tar.gz
Sync from VDR4Arch (https://github.com/VDR4Arch/vdr4arch/commit/31ccfe0fc18cc5084e7b6a7f21ce13384f918782)
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD10
1 files changed, 5 insertions, 5 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 39e8561dc416..16c1f3867e2b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,18 +3,18 @@
# Maintainer: Christopher Reimer <mail+vdr4arch[at]c-reimer[dot]de>
pkgname=vdr-radio
pkgver=1.1.0
-_vdrapi=2.6.1
-pkgrel=7
+_vdrapi=2.6.3
+pkgrel=8
pkgdesc="Display an background image while the vdr is switched to radio channels"
-url="https://projects.vdr-developer.org/projects/vdr-plugin-radio"
+url='https://github.com/vdr-projects/vdr-plugin-radio'
arch=('x86_64' 'i686' 'arm' 'armv6h' 'armv7h')
license=('GPL2')
depends=('gcc-libs' "vdr-api=${_vdrapi}")
_plugname=${pkgname//vdr-/}
-source=("https://projects.vdr-developer.org/git/vdr-plugin-radio.git/snapshot/vdr-plugin-radio-${pkgver}.tar.bz2"
+source=("vdr-plugin-${_plugname}-${pkgver}.tar.gz::https://github.com/vdr-projects/vdr-plugin-${_plugname}/archive/refs/tags/${pkgver}.tar.gz"
"50-$_plugname.conf")
backup=("etc/vdr/conf.avail/50-$_plugname.conf")
-md5sums=('22de146f844038fb151edf3e2638be48'
+md5sums=('28fdaab4ed239d298687e728f94aa302'
'bbb81b2f18c2ee2d54b501e778c00b01')
build() {