summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarc Ratés2024-01-19 13:08:47 +0100
committerMarc Ratés2024-01-19 13:08:47 +0100
commit83e312944d6075200687b0808ee52d0154717e79 (patch)
tree06b80d9828ceb4cde89d6f809cf7e5b7033ff33f
parentdec622609ecbcc55458bb17c7da8ac6e7259db24 (diff)
downloadaur-83e312944d6075200687b0808ee52d0154717e79.tar.gz
upgraded to v1.0.2
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ab3917074e66..d5fe608c4d0d 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.1
+ pkgver = 1.0.2
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.1/osd-1.0.1-x86_64.tar.gz
- sha256sums = b23ced493ae3a44cdebf9cc33cf733e315772e96b058a762cc3e3953a083976d
+ source = https://github.com/druidamix/Opensubtitles-downloader/releases/download/v1.0.2/osd-1.0.2-x86_64.tar.gz
+ sha256sums = 40e32e6a94be78e6a51fb8425c88f227c07ef10ebe887ff6f95fb4144cfb297f
pkgname = osd-bin
diff --git a/PKGBUILD b/PKGBUILD
index 67e9f05c24dd..c04eae4ea508 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.1
+pkgver=1.0.2
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=("b23ced493ae3a44cdebf9cc33cf733e315772e96b058a762cc3e3953a083976d")
+sha256sums=("40e32e6a94be78e6a51fb8425c88f227c07ef10ebe887ff6f95fb4144cfb297f")
package() {
install -Dm755 osd -t "$pkgdir/usr/bin"