summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarc Ratés2024-01-19 13:16:52 +0100
committerMarc Ratés2024-01-19 13:16:52 +0100
commit50c1cd7511fcf12a1acb5717685d7cefb6e78f12 (patch)
tree9daad9043c2d99c262e8f691f532c1f704d76799
parent83e312944d6075200687b0808ee52d0154717e79 (diff)
downloadaur-50c1cd7511fcf12a1acb5717685d7cefb6e78f12.tar.gz
fix typo
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d5fe608c4d0d..b0195b90acbd 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.2
- pkgrel = 1
+ pkgrel = 2
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.2/osd-1.0.2-x86_64.tar.gz
- sha256sums = 40e32e6a94be78e6a51fb8425c88f227c07ef10ebe887ff6f95fb4144cfb297f
+ sha256sums = bca8deb183da677cdc883aac984c9481f28bbbf02feb2a7a43c731e0aa5270f5
pkgname = osd-bin
diff --git a/PKGBUILD b/PKGBUILD
index c04eae4ea508..c1e5829d3aa7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
pkgname=osd-bin
pkgver=1.0.2
-pkgrel=1
+pkgrel=2
pkgdesc="Cli tool for downloading subtitles from opensubtitles.com using the new API"
url="https://github.com/druidamix/Opensubtitles-downloader"
license=("GPL")
@@ -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=("40e32e6a94be78e6a51fb8425c88f227c07ef10ebe887ff6f95fb4144cfb297f")
+sha256sums=("bca8deb183da677cdc883aac984c9481f28bbbf02feb2a7a43c731e0aa5270f5")
package() {
install -Dm755 osd -t "$pkgdir/usr/bin"