summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 2c12551bdfb7..5959f19c70d0 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.7
-pkgrel=2
-pkgdesc="Cli tool for downloading subtitles from opensubtitles.org using the new API"
+pkgver=0.1.8
+pkgrel=1
+pkgdesc="Cli tool for downloading subtitles from opensubtitles.com using the new API"
url="https://github.com/druidamix/Opensubtitles-downloader"
license=("GPL")
arch=("x86_64")
provides=("osd")
conflicts=("osd")
source=("https://github.com/druidamix/Opensubtitles-downloader/releases/download/v$pkgver/osd-$pkgver-x86_64.tar.gz")
-sha256sums=("4096312be613dd004d01e2e4a6f8a928753bdb3a8f81f347d3e77c925e68d4cb")
+sha256sums=("6801af878593d639e56bc2b9e4677a0f64a4db0520caaee2e6c41870484d1d5e")
package() {
install -Dm755 osd -t "$pkgdir/usr/bin"