From 9a7977b6f576ca4fda3495b8463ca5636030b897 Mon Sep 17 00:00:00 2001 From: Yigit Sever Date: Sun, 21 Aug 2022 00:37:27 +0300 Subject: ouch: fix archive url --- ouch/.SRCINFO | 4 ++-- ouch/PKGBUILD | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'ouch') diff --git a/ouch/.SRCINFO b/ouch/.SRCINFO index 37e0570..7d41ba1 100644 --- a/ouch/.SRCINFO +++ b/ouch/.SRCINFO @@ -1,14 +1,14 @@ pkgbase = ouch pkgdesc = Painless compression and decompression in the terminal pkgver = 0.3.1 - pkgrel = 3 + pkgrel = 4 url = https://github.com/ouch-org/ouch arch = x86_64 license = MIT makedepends = cargo conflicts = ouch-git conflicts = ouch-bin - source = ouch-0.3.1.tar.gz::https://github.com/ouch-org/ouch/archive/0.3.1.tar.gz + source = ouch-0.3.1.tar.gz::https://github.com/ouch-org/ouch/archive/refs/tags/0.3.1.tar.gz sha256sums = 269abaf5ac2f80da3796dbf5e73419c1b64104d1295f3ff57965141f079e6f6d pkgname = ouch diff --git a/ouch/PKGBUILD b/ouch/PKGBUILD index 5d3f5fa..e83ee41 100644 --- a/ouch/PKGBUILD +++ b/ouch/PKGBUILD @@ -2,14 +2,14 @@ pkgname=ouch pkgver=0.3.1 -pkgrel=3 +pkgrel=4 pkgdesc="Painless compression and decompression in the terminal" arch=('x86_64') url="https://github.com/ouch-org/ouch" license=('MIT') makedepends=('cargo') conflicts=(${pkgname}-git ${pkgname}-bin) -source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/${pkgver}.tar.gz") +source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/refs/tags/${pkgver}.tar.gz") sha256sums=('269abaf5ac2f80da3796dbf5e73419c1b64104d1295f3ff57965141f079e6f6d') prepare() { -- cgit v1.2.3-70-g09d2