summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarc Ratés2024-01-13 16:42:51 +0100
committerMarc Ratés2024-01-13 16:42:51 +0100
commitdec622609ecbcc55458bb17c7da8ac6e7259db24 (patch)
tree3d7c113592db8015bd865e138767f7462790e1c7
parent8caa353fd0084ecf9f7797034675602a5bed1893 (diff)
downloadaur-dec622609ecbcc55458bb17c7da8ac6e7259db24.tar.gz
upgraded to 1.0.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 72070ad009c4..ab3917074e66 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = osd-bin
pkgdesc = Cli tool for downloading subtitles from opensubtitles.com using the new API
- pkgver = 1.0.0
+ pkgver = 1.0.1
pkgrel = 1
url = https://github.com/druidamix/Opensubtitles-downloader
arch = x86_64
license = GPL
provides = osd
conflicts = osd
- source = https://github.com/druidamix/Opensubtitles-downloader/releases/download/v1.0.0/osd-1.0.0-x86_64.tar.gz
- sha256sums = 8f904409e0a6445c8f310d5afabd3d6ab59559ff2caa250efcac7c8ba43585ec
+ source = https://github.com/druidamix/Opensubtitles-downloader/releases/download/v1.0.1/osd-1.0.1-x86_64.tar.gz
+ sha256sums = b23ced493ae3a44cdebf9cc33cf733e315772e96b058a762cc3e3953a083976d
pkgname = osd-bin
diff --git a/PKGBUILD b/PKGBUILD
index 77fe62dd6e9c..67e9f05c24dd 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.0
+pkgver=1.0.1
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=("8f904409e0a6445c8f310d5afabd3d6ab59559ff2caa250efcac7c8ba43585ec")
+sha256sums=("b23ced493ae3a44cdebf9cc33cf733e315772e96b058a762cc3e3953a083976d")
package() {
install -Dm755 osd -t "$pkgdir/usr/bin"