diff options
author | Musee Ullah | 2022-01-03 22:52:24 -0600 |
---|---|---|
committer | Musee Ullah | 2022-01-03 22:52:24 -0600 |
commit | a3ea3be5df54fda355f8c2678a1f76fcd9a5fbfe (patch) | |
tree | a562709d37642ca133712cfe91f0333f69ca030a | |
parent | 7b8926350889c61ad1a6565a0b715126b0ed5d37 (diff) | |
download | aur-a3ea3be5df54fda355f8c2678a1f76fcd9a5fbfe.tar.gz |
upgpkg: ytsubconverter-bin 1.6.0-2
Ensure downloaded release artifact has version
-rw-r--r-- | .SRCINFO | 6 | ||||
-rw-r--r-- | PKGBUILD | 6 |
2 files changed, 6 insertions, 6 deletions
@@ -1,15 +1,15 @@ pkgbase = ytsubconverter-bin pkgdesc = A tool for creating styled YouTube subtitles pkgver = 1.6.0 - pkgrel = 1 + pkgrel = 2 url = https://github.com/arcusmaximus/YTSubConverter arch = x86_64 license = MIT depends = mono provides = ytsubconverter source = ytsubconverter.desktop - source = https://github.com/arcusmaximus/YTSubConverter/releases/download/1.6.0/YTSubConverter-Linux.tar.xz + source = ytsc-bin-1.6.0.tar.xz::https://github.com/arcusmaximus/YTSubConverter/releases/download/1.6.0/YTSubConverter-Linux.tar.xz sha256sums = 8d28386263f039bf3e7db1ff7db97039a23aa8f1eb345c769a8e8da388fccb5a - sha256sums = 80c8ef0c24abe3bbfc40060b2c87b0d4bc3529d909cb3adf63c8f242cc327b29 + sha256sums = ac7c7e859b962f000b21f794dc65c6a3d54ab7b8e24db7659ad2dc1a703c2d43 pkgname = ytsubconverter-bin @@ -3,7 +3,7 @@ pkgname=ytsubconverter-bin _reponame=YTSubConverter pkgver=1.6.0 -pkgrel=1 +pkgrel=2 pkgdesc="A tool for creating styled YouTube subtitles" arch=('x86_64') url="https://github.com/arcusmaximus/YTSubConverter" @@ -11,9 +11,9 @@ license=('MIT') provides=('ytsubconverter') depends=('mono') source=("ytsubconverter.desktop" - "https://github.com/arcusmaximus/${_reponame}/releases/download/${pkgver}/${_reponame}-Linux.tar.xz") + "ytsc-bin-${pkgver}.tar.xz::https://github.com/arcusmaximus/${_reponame}/releases/download/${pkgver}/${_reponame}-Linux.tar.xz") sha256sums=('8d28386263f039bf3e7db1ff7db97039a23aa8f1eb345c769a8e8da388fccb5a' - '80c8ef0c24abe3bbfc40060b2c87b0d4bc3529d909cb3adf63c8f242cc327b29') + 'ac7c7e859b962f000b21f794dc65c6a3d54ab7b8e24db7659ad2dc1a703c2d43') package() { install -Dm644 "${srcdir}/ytsubconverter.desktop" "${pkgdir}/usr/share/applications/ytsubconverter.desktop" |