summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorBarbUk2023-03-30 12:20:57 +0200
committerBarbUk2023-03-30 12:20:57 +0200
commit1465035060a054117d4a799255969e1a6a5d2ca2 (patch)
tree41467bfbc6df7c3f931cd5dd529caf71452ca3f3 /PKGBUILD
parentf87c3b11294a74a24cbe3a10438223894bd6b89c (diff)
downloadaur-1465035060a054117d4a799255969e1a6a5d2ca2.tar.gz
Update downloaded archive name with version
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 159f818daa7f..d88b288a69d7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,14 +2,14 @@
pkgname=dmarc-cat
pkgver=0.15.0
-pkgrel=3
+pkgrel=4
pkgdesc='Small utility to decode the report sent by various email providers following the DMARC spec'
arch=('x86_64')
url='https://github.com/keltia/dmarc-cat'
license=('BSD')
conflicts=("${pkgname}-git")
makedepends=(go)
-source=("dmarc-cat::$url/archive/refs/tags/v$pkgver.tar.gz")
+source=("dmarc-cat-$pkgver.tar.gz::$url/archive/refs/tags/v$pkgver.tar.gz")
sha256sums=('886bf33ba60d601de74a1e9d437a8e09eea5c03a05b09c0f685fa02d1c174bba')
build() {