summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD10
1 files changed, 5 insertions, 5 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 9204c125b3c0..6eb529ac1cb5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,16 +3,16 @@
# This PKGBUILD was generated by `cargo aur`: https://crates.io/crates/cargo-aur
pkgname=osd-bin
-pkgver=0.1.3
+pkgver=0.1.4
pkgrel=1
-pkgdesc="Cli tool for download subtitles from opensubtitles.org using the new API"
-url="https://gitlab.com/marc_ra/opensubtitles-downloader"
+pkgdesc="Cli tool for downloading subtitles from opensubtitles.org using the new API"
+url="https://github.com/druidamix/Opensubtitles-downloader"
license=("GPL")
arch=("x86_64")
provides=("osd")
conflicts=("osd")
-source=("https://gitlab.com/marc_ra/opensubtitles-downloader/-/archive/v$pkgver/osd-$pkgver-x86_64.tar.gz")
-sha256sums=("7b9b719e593fb68c2f3aad54c362278515a0e917c45d938c61e9919d15c4b7fd")
+source=("https://github.com/druidamix/Opensubtitles-downloader/releases/download/v$pkgver/osd-$pkgver-x86_64.tar.gz")
+sha256sums=("3b1a2395cd12c93400a28ef1917a431cb97ade3b3124d938f0783afe6ba92744")
package() {
install -Dm755 osd -t "$pkgdir/usr/bin"