summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorbegin-theadventure2023-07-18 19:31:09 +0200
committerbegin-theadventure2023-07-18 19:31:09 +0200
commit6808085cab7d2c26460a13ea95c11071b40c8503 (patch)
treebf587947d7527b1281bcb5923f99e997028449c1
parente3887eefbceba00b6fdef5f59e62ba1ab6444e7b (diff)
downloadaur-6808085cab7d2c26460a13ea95c11071b40c8503.tar.gz
Fix links
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index bf6eff2d3fa4..d7927d7124e2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,15 @@
pkgbase = converternow-bin
pkgdesc = The Unit Converter app: easy, immediate and multi-platform (binary release)
pkgver = 4.0.1
- pkgrel = 3
+ pkgrel = 4
url = https://github.com/ferraridamiano/ConverterNOW
arch = x86_64
license = GPL3
provides = converternow
conflicts = converternow
source = converternow-4.0.1.tar.gz::https://github.com/ferraridamiano/ConverterNOW/releases/download/v4.0.1/converternow-linux-x64.tar.gz
- source = https://raw.githubusercontent.com/ferraridamiano/ConverterNOW/4.0.1/LICENSE
- source = https://raw.githubusercontent.com/ferraridamiano/ConverterNOW/4.0.1/README.md
+ source = https://raw.githubusercontent.com/ferraridamiano/ConverterNOW/v4.0.1/LICENSE
+ source = https://raw.githubusercontent.com/ferraridamiano/ConverterNOW/v4.0.1/README.md
sha256sums = d50b5f5a1709bc6237e5637da3841c7c60cc94d641c716c45128a9c560f0f1f6
sha256sums = SKIP
sha256sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 97cb94903b30..b5848e8bc6db 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,15 +4,15 @@ _pkgname=converternow
pkgname=$_pkgname-bin
pkgdesc="The Unit Converter app: easy, immediate and multi-platform (binary release)"
pkgver=4.0.1
-pkgrel=3
+pkgrel=4
arch=('x86_64')
url="https://github.com/ferraridamiano/ConverterNOW"
license=('GPL3')
conflicts=($_pkgname)
provides=($_pkgname)
source=($_pkgname-$pkgver.tar.gz::"$url/releases/download/v$pkgver/$_pkgname-linux-x64.tar.gz"
- "https://raw.githubusercontent.com/ferraridamiano/ConverterNOW/$pkgver/LICENSE"
- "https://raw.githubusercontent.com/ferraridamiano/ConverterNOW/$pkgver/README.md")
+ "https://raw.githubusercontent.com/ferraridamiano/ConverterNOW/v$pkgver/LICENSE"
+ "https://raw.githubusercontent.com/ferraridamiano/ConverterNOW/v$pkgver/README.md")
sha256sums=('d50b5f5a1709bc6237e5637da3841c7c60cc94d641c716c45128a9c560f0f1f6'
'SKIP'
'SKIP')