summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorVilsol2022-06-29 16:05:18 +0300
committerVilsol2022-06-29 16:05:18 +0300
commit2b90e9e7f2d3b013c252cff17f1fa08b9395dedf (patch)
treec5626bc44e6b98993a908cf36e66e611ca29ea00
parent8f46a0a6b051ae0659b697495f08737419dc9193 (diff)
downloadaur-2b90e9e7f2d3b013c252cff17f1fa08b9395dedf.tar.gz
update to version 0.0.20
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 27f5f3a9735d..aae7bfac783e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = oshabi-bin
pkgdesc = A scanner for Path of Exile harvest horticrafting stations and sacred grove.
- pkgver = 0.0.18
+ pkgver = 0.0.20
pkgrel = 1
url = https://github.com/Vilsol/oshabi
arch = x86_64
@@ -11,11 +11,11 @@ pkgbase = oshabi-bin
depends = xsel
depends = webkit2gtk
depends = qt5-base
- provides = oshabi=0.0.18
+ provides = oshabi=0.0.20
conflicts = oshabi
- source = https://github.com/Vilsol/oshabi/releases/download/v0.0.18/oshabi-linux-amd64.tar.gz
+ source = oshabi-bin_0.0.20.tar.gz::https://github.com/Vilsol/oshabi/releases/download/v0.0.20/oshabi-linux-amd64.tar.gz
source = oshabi.desktop
- sha256sums = d3bd4e5b38268a072ceef9450ace1b9d7e16a7818d5c2484c6ecf3d4410572a3
+ sha256sums = e69b6cea44e3cdb5a8199516dcabbf88036afe75259a3c1f50e40029eac32654
sha256sums = 27038c830b270cc01df8fc989766e2eb444944a19230f4f25dae63c451456a9c
pkgname = oshabi-bin
diff --git a/PKGBUILD b/PKGBUILD
index b120b28f6a0e..7d6a0b0974de 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Vilsol <me at vil dot so>
pkgname=oshabi-bin
-pkgver=0.0.18
+pkgver=0.0.20
pkgrel=1
pkgdesc='A scanner for Path of Exile harvest horticrafting stations and sacred grove.'
arch=(x86_64)
@@ -17,10 +17,10 @@ depends=(tesseract
provides=("${pkgname/-bin/}=${pkgver}")
conflicts=("${pkgname/-bin/}")
-source=("https://github.com/Vilsol/${pkgname/-bin/}/releases/download/v${pkgver}/${pkgname/-bin/}-linux-amd64.tar.gz"
+source=("${pkgname}_${pkgver}.tar.gz::https://github.com/Vilsol/${pkgname/-bin/}/releases/download/v${pkgver}/${pkgname/-bin/}-linux-amd64.tar.gz"
"oshabi.desktop")
-sha256sums=('d3bd4e5b38268a072ceef9450ace1b9d7e16a7818d5c2484c6ecf3d4410572a3'
+sha256sums=('e69b6cea44e3cdb5a8199516dcabbf88036afe75259a3c1f50e40029eac32654'
'27038c830b270cc01df8fc989766e2eb444944a19230f4f25dae63c451456a9c')
package() {