mirror of
https://github.com/KRTirtho/spotube.git
synced 2025-09-12 23:45:18 +00:00
publish to AUR script added
PKGBUILD refined with appropriate .SRCINFO
This commit is contained in:
parent
4f8a3a5b08
commit
498a069ceb
12
Makefile
12
Makefile
@ -21,4 +21,14 @@ tar:
|
||||
|
||||
appimage:
|
||||
appimage-builder --recipe AppImageBuilder.yml\
|
||||
&& mv Spotube-*-x86_64.AppImage build
|
||||
&& mv Spotube-*-x86_64.AppImage build
|
||||
|
||||
publishaur:
|
||||
echo '[Warning!]: you need SSH paired with AUR'\
|
||||
&& rm -rf build/spotube\
|
||||
&& git clone ssh://aur@aur.archlinux.org/spotube.git build/spotube\
|
||||
&& cp aur-struct/PKGBUILD aur-struct/.SRCINFO build/spotube\
|
||||
&& cd build/spotube\
|
||||
&& git add .\
|
||||
&& git commit -m "${MSG}"\
|
||||
&& git push
|
@ -6,6 +6,6 @@ pkgbase = spotube
|
||||
arch = x86_64
|
||||
license = BSD 4-Clause
|
||||
source = https://github.com/KRTirtho/spotube/releases/download/v1.0.1/Spotube-linux-x86_64.tar.xz
|
||||
md5sums = 44f79f93ddaf6f0c4e7d133d2fe34bde
|
||||
|
||||
pkgname = spotube
|
||||
|
||||
|
@ -19,7 +19,7 @@ backup=()
|
||||
options=()
|
||||
install=
|
||||
changelog=
|
||||
source=("https://github.com/KRTirtho/spotube/releases/download/v${version}/Spotube-linux-x86_64.tar.xz")
|
||||
source=("https://github.com/KRTirtho/spotube/releases/download/v${pkgver}/Spotube-linux-x86_64.tar.xz")
|
||||
noextract=()
|
||||
md5sums=(44f79f93ddaf6f0c4e7d133d2fe34bde)
|
||||
validpgpkeys=()
|
||||
|
Loading…
Reference in New Issue
Block a user