summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 650854b16e95..003ab5bbf245 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# This PKGBUILD was generated by `cargo aur`: https://crates.io/crates/cargo-aur
pkgname=osd-bin
-pkgver=1.0.3
+pkgver=1.0.4
pkgrel=1
pkgdesc="Cli tool for downloading subtitles from opensubtitles.com using the new API"
url="https://github.com/druidamix/Opensubtitles-downloader"
@@ -12,7 +12,7 @@ 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=("e6eca7e80157ab8d2c6db2fd02242e90b11da0163c647ac5c712a3eb07814dbc")
+sha256sums=("5a06a0674dda1decb93de8364b75653753209b8a2fc3e5dd0130d416e9d2bd23")
package() {
install -Dm755 osd -t "$pkgdir/usr/bin"