summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ouch-bin/.SRCINFO6
-rw-r--r--ouch-bin/PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/ouch-bin/.SRCINFO b/ouch-bin/.SRCINFO
index 395e550..78a429b 100644
--- a/ouch-bin/.SRCINFO
+++ b/ouch-bin/.SRCINFO
@@ -1,6 +1,6 @@
1pkgbase = ouch-bin 1pkgbase = ouch-bin
2 pkgdesc = Painless compression and decompression in the terminal (binary release) 2 pkgdesc = Painless compression and decompression in the terminal (binary release)
3 pkgver = 0.4.0 3 pkgver = 0.4.1
4 pkgrel = 1 4 pkgrel = 1
5 url = https://github.com/ouch-org/ouch 5 url = https://github.com/ouch-org/ouch
6 arch = x86_64 6 arch = x86_64
@@ -8,7 +8,7 @@ pkgbase = ouch-bin
8 provides = ouch 8 provides = ouch
9 conflicts = ouch 9 conflicts = ouch
10 conflicts = ouch-git 10 conflicts = ouch-git
11 source = ouch-0.4.0.tar.gz::https://github.com/ouch-org/ouch/releases/download/0.4.0/ouch-x86_64-unknown-linux-gnu.tar.gz 11 source = ouch-0.4.1.tar.gz::https://github.com/ouch-org/ouch/releases/download/0.4.1/ouch-x86_64-unknown-linux-gnu.tar.gz
12 sha256sums = 4b03c6a54b12e2038600cfb450aebac70bd9516fc9bf50a78c93f93fef75e60b 12 sha256sums = b27902df86aa2b4df28e1d53214af1d5391beabd4c1cbee850d80c2168329d62
13 13
14pkgname = ouch-bin 14pkgname = ouch-bin
diff --git a/ouch-bin/PKGBUILD b/ouch-bin/PKGBUILD
index 0641836..53a278a 100644
--- a/ouch-bin/PKGBUILD
+++ b/ouch-bin/PKGBUILD
@@ -2,7 +2,7 @@
2 2
3pkgname=ouch-bin 3pkgname=ouch-bin
4_pkgname=${pkgname%-bin} 4_pkgname=${pkgname%-bin}
5pkgver=0.4.0 5pkgver=0.4.1
6pkgrel=1 6pkgrel=1
7pkgdesc="Painless compression and decompression in the terminal (binary release)" 7pkgdesc="Painless compression and decompression in the terminal (binary release)"
8arch=('x86_64') 8arch=('x86_64')
@@ -11,7 +11,7 @@ license=('MIT')
11provides=(${_pkgname}) 11provides=(${_pkgname})
12conflicts=(${_pkgname} ${_pkgname}-git) 12conflicts=(${_pkgname} ${_pkgname}-git)
13source=("${_pkgname}-${pkgver}.tar.gz::${url}/releases/download/${pkgver}/ouch-x86_64-unknown-linux-gnu.tar.gz") 13source=("${_pkgname}-${pkgver}.tar.gz::${url}/releases/download/${pkgver}/ouch-x86_64-unknown-linux-gnu.tar.gz")
14sha256sums=('4b03c6a54b12e2038600cfb450aebac70bd9516fc9bf50a78c93f93fef75e60b') 14sha256sums=('b27902df86aa2b4df28e1d53214af1d5391beabd4c1cbee850d80c2168329d62')
15 15
16package() { 16package() {
17 # Binary releaes is archived in a folder with a generic name, it is not ideal 17 # Binary releaes is archived in a folder with a generic name, it is not ideal