summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSamLukeYes2020-07-19 23:50:40 +0800
committerSamLukeYes2020-07-19 23:50:40 +0800
commit94473791c23cd248cda05cbe2c5a70f99b310f53 (patch)
tree56e9a7584f9036657a78da57b05dfd888b6d3aaa
parent4faf3df0e2bb874a67fc9ec8186daed1b9946444 (diff)
downloadaur-94473791c23cd248cda05cbe2c5a70f99b310f53.tar.gz
make the pkgbuild work again
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 898eca5e80ab..072a97e0a40d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -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
diff --git a/PKGBUILD b/PKGBUILD
index 6e9bf29fabe0..dc4f96309a29 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -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'