diff options
author | SamLukeYes | 2020-07-19 23:50:40 +0800 |
---|---|---|
committer | SamLukeYes | 2020-07-19 23:50:40 +0800 |
commit | 94473791c23cd248cda05cbe2c5a70f99b310f53 (patch) | |
tree | 56e9a7584f9036657a78da57b05dfd888b6d3aaa | |
parent | 4faf3df0e2bb874a67fc9ec8186daed1b9946444 (diff) | |
download | aur-94473791c23cd248cda05cbe2c5a70f99b310f53.tar.gz |
make the pkgbuild work again
-rw-r--r-- | .SRCINFO | 4 | ||||
-rw-r--r-- | PKGBUILD | 4 |
2 files changed, 4 insertions, 4 deletions
@@ -10,9 +10,9 @@ pkgbase = nextplayer-appimage provides = nextplayer replaces = thenewplayerfree-appimage replaces = thenewplayerfree-bin - noextract = nextplayer.AppImage + noextract = nextplayer-1.7.2.AppImage options = !strip - source = nextplayer.AppImage::https://github.com/sudormroot/nextplayer-project/releases/download/nextplayer-bin.linux.1.7.2-1.amd64/nextplayer-bin.linux.1.7.2-1.amd64.AppImage + source = https://github.com/SamLukeYes/nextplayer-appimage/releases/download/v1.7.2/nextplayer-1.7.2.AppImage md5sums = 462d4654cb7875be8b1d98037c45708d pkgname = nextplayer-appimage @@ -8,10 +8,10 @@ url="https://sudormroot.github.io/nextplayer-project/" license=("custom") depends=('zlib' 'hicolor-icon-theme') options=(!strip) -_pkgname="nextplayer.AppImage" +_pkgname="nextplayer-${pkgver}.AppImage" provides=('nextplayer') replaces=('thenewplayerfree-appimage' 'thenewplayerfree-bin') -source=("${_pkgname}::https://github.com/sudormroot/nextplayer-project/releases/download/nextplayer-bin.linux.1.7.2-1.amd64/nextplayer-bin.linux.1.7.2-1.amd64.AppImage") +source=("https://github.com/SamLukeYes/nextplayer-appimage/releases/download/v1.7.2/nextplayer-1.7.2.AppImage") noextract=(${_pkgname}) md5sums=('462d4654cb7875be8b1d98037c45708d') _icon='/usr/share/icons/hicolor/256x256/apps/nextplayer.png' |