summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorYigit Sever2022-08-21 00:37:27 +0300
committerYigit Sever2022-08-21 00:37:27 +0300
commit9a7977b6f576ca4fda3495b8463ca5636030b897 (patch)
tree3f64dda363a2d01f57de9877afc958477b836978
parent90bb8b2468e26f4bbb495f2798c0e7d5b3a63c24 (diff)
downloadpackages-9a7977b6f576ca4fda3495b8463ca5636030b897.tar.gz
packages-9a7977b6f576ca4fda3495b8463ca5636030b897.tar.bz2
packages-9a7977b6f576ca4fda3495b8463ca5636030b897.zip
ouch: fix archive url
-rw-r--r--ouch/.SRCINFO4
-rw-r--r--ouch/PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/ouch/.SRCINFO b/ouch/.SRCINFO
index 37e0570..7d41ba1 100644
--- a/ouch/.SRCINFO
+++ b/ouch/.SRCINFO
@@ -1,14 +1,14 @@
1pkgbase = ouch 1pkgbase = ouch
2 pkgdesc = Painless compression and decompression in the terminal 2 pkgdesc = Painless compression and decompression in the terminal
3 pkgver = 0.3.1 3 pkgver = 0.3.1
4 pkgrel = 3 4 pkgrel = 4
5 url = https://github.com/ouch-org/ouch 5 url = https://github.com/ouch-org/ouch
6 arch = x86_64 6 arch = x86_64
7 license = MIT 7 license = MIT
8 makedepends = cargo 8 makedepends = cargo
9 conflicts = ouch-git 9 conflicts = ouch-git
10 conflicts = ouch-bin 10 conflicts = ouch-bin
11 source = ouch-0.3.1.tar.gz::https://github.com/ouch-org/ouch/archive/0.3.1.tar.gz 11 source = ouch-0.3.1.tar.gz::https://github.com/ouch-org/ouch/archive/refs/tags/0.3.1.tar.gz
12 sha256sums = 269abaf5ac2f80da3796dbf5e73419c1b64104d1295f3ff57965141f079e6f6d 12 sha256sums = 269abaf5ac2f80da3796dbf5e73419c1b64104d1295f3ff57965141f079e6f6d
13 13
14pkgname = ouch 14pkgname = ouch
diff --git a/ouch/PKGBUILD b/ouch/PKGBUILD
index 5d3f5fa..e83ee41 100644
--- a/ouch/PKGBUILD
+++ b/ouch/PKGBUILD
@@ -2,14 +2,14 @@
2 2
3pkgname=ouch 3pkgname=ouch
4pkgver=0.3.1 4pkgver=0.3.1
5pkgrel=3 5pkgrel=4
6pkgdesc="Painless compression and decompression in the terminal" 6pkgdesc="Painless compression and decompression in the terminal"
7arch=('x86_64') 7arch=('x86_64')
8url="https://github.com/ouch-org/ouch" 8url="https://github.com/ouch-org/ouch"
9license=('MIT') 9license=('MIT')
10makedepends=('cargo') 10makedepends=('cargo')
11conflicts=(${pkgname}-git ${pkgname}-bin) 11conflicts=(${pkgname}-git ${pkgname}-bin)
12source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/${pkgver}.tar.gz") 12source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/refs/tags/${pkgver}.tar.gz")
13sha256sums=('269abaf5ac2f80da3796dbf5e73419c1b64104d1295f3ff57965141f079e6f6d') 13sha256sums=('269abaf5ac2f80da3796dbf5e73419c1b64104d1295f3ff57965141f079e6f6d')
14 14
15prepare() { 15prepare() {