summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarc Ratés2024-01-09 19:38:22 +0100
committerMarc Ratés2024-01-09 19:38:22 +0100
commit8caa353fd0084ecf9f7797034675602a5bed1893 (patch)
tree0307536cab60beb61ca546566611c6b73d845479
parentef878bfe19b2868cf37155956476182f51c9f8d6 (diff)
downloadaur-8caa353fd0084ecf9f7797034675602a5bed1893.tar.gz
promoto to 1.00
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 694d0ac0a5dd..72070ad009c4 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 = 0.1.8
+ pkgver = 1.0.0
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/v0.1.8/osd-0.1.8-x86_64.tar.gz
- sha256sums = 6801af878593d639e56bc2b9e4677a0f64a4db0520caaee2e6c41870484d1d5e
+ source = https://github.com/druidamix/Opensubtitles-downloader/releases/download/v1.0.0/osd-1.0.0-x86_64.tar.gz
+ sha256sums = 8f904409e0a6445c8f310d5afabd3d6ab59559ff2caa250efcac7c8ba43585ec
pkgname = osd-bin
diff --git a/PKGBUILD b/PKGBUILD
index 5959f19c70d0..77fe62dd6e9c 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=0.1.8
+pkgver=1.0.0
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=("6801af878593d639e56bc2b9e4677a0f64a4db0520caaee2e6c41870484d1d5e")
+sha256sums=("8f904409e0a6445c8f310d5afabd3d6ab59559ff2caa250efcac7c8ba43585ec")
package() {
install -Dm755 osd -t "$pkgdir/usr/bin"