diff options
author | Manuel Reimer | 2024-04-24 20:05:21 +0200 |
---|---|---|
committer | Manuel Reimer | 2024-04-24 20:05:21 +0200 |
commit | 20fac54d63e97360d9fc860f4411b21209733825 (patch) | |
tree | 0abc65b1e510c811852425ab8c1c0301ded0417a /PKGBUILD | |
parent | 571889cca8945f3e0d511d1c9d820e7a61f32739 (diff) | |
download | aur-20fac54d63e97360d9fc860f4411b21209733825.tar.gz |
Sync from VDR4Arch (https://github.com/VDR4Arch/vdr4arch/commit/8f17c2b7b4125592382d446256a9dfa084700f74)
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 10 |
1 files changed, 5 insertions, 5 deletions
@@ -3,12 +3,12 @@ # Maintainer: Christopher Reimer <mail+vdr4arch[at]c-reimer[dot]de> pkgname='vdr-skindesigner' pkgver=1.2.22 -pkgrel=3 -_vdrapi=2.6.6 +pkgrel=4 +_vdrapi=2.6.7 pkgdesc="Highly customizable native true color skin for the Video Disc Recorder" url="https://gitlab.com/kamel5/skindesigner" arch=('x86_64' 'i686' 'arm' 'armv6h' 'armv7h') -license=('GPL2') +license=('GPL-2.0-or-later') depends=('git' 'librsvg' 'ttf-opensans' 'unzip' "vdr-api=${_vdrapi}" 'wget') optdepends=('vdr-scraper2vdr: To display scraped images in various EPG views (requires epgd)' 'vdr-tvscraper: To display scraped images in various EPG views') @@ -16,14 +16,14 @@ conflicts=(skindesigner-{blackhole,holo,metrixhd,nopacity,shady,shady_kiss,skine replaces=(skindesigner-{blackhole,holo,metrixhd,nopacity,shady,shady_kiss,skinelchi,tryouts}) _plugname=${pkgname//vdr-/} source=("$pkgname-$pkgver.tar.bz2::https://gitlab.com/kamel5/skindesigner/-/archive/$pkgver/skindesigner-$pkgver.tar.bz2" - "$pkgname-libxml2_12.patch::https://gitlab.com/kamel5/skindesigner/-/commit/71b3e514c6c7f8eb76751ce04f1e3dd8f3037b25.patch" + "$pkgname-libxml2_12.patch" '99-skindesigner.conf' "50-$_plugname.conf") install="$pkgname.install" backup=("etc/vdr/conf.avail/50-$_plugname.conf") options=('!emptydirs') sha256sums=('b37d2c5b9b9aa4bc3e12ce6cfe653bf6b218f1a44f948126849b12aa622d0ccf' - 'c9a7d1e65fc558fda9d8107fafebcb06ec6bc18566f5ddc867d26c1a88cb7c7f' + '8231317dad94a02349aaff78f7659d81264d357049047490a2fc3dba885e5f8b' '25c1359cb6c61c3e7ebd6738fce6c21fa21f62ea4f274a522c30015210c3f4e5' 'dcd2381d49d79bbfbf9cd2a7bdd5ec24c1fc2c00b4e8e58b68c9afc874f6650e') |