From d961ecc84171983b23f63a06dfd2fd6202396718 Mon Sep 17 00:00:00 2001 From: Yigit Sever Date: Sun, 21 Aug 2022 00:37:04 +0300 Subject: fix archive url --- .SRCINFO | 4 ++-- PKGBUILD | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.SRCINFO b/.SRCINFO index 37e0570..7d41ba1 100644 --- a/.SRCINFO +++ b/.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/PKGBUILD b/PKGBUILD index 5d3f5fa..e83ee41 100644 --- a/PKGBUILD +++ b/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