summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorKlaus Alexander Seistrup2024-03-17 17:01:10 +0100
committerKlaus Alexander Seistrup2024-03-17 17:01:10 +0100
commitfc58474bef59ee0aabd035d2a62068a244b886db (patch)
tree4cfe453a820e2a304a65137d6a4ab819792b2adc /PKGBUILD
parentf628ed02265474c8517f83d7eed30796790a3bc7 (diff)
downloadaur-atto.tar.gz
Remove unnecessary “provides” and “conflicts”
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 2 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index d00c2dce5e1e..6bad0099a522 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,15 +3,13 @@
pkgname='atto'
pkgver=1.6.0
-pkgrel=1
+pkgrel=2
pkgdesc='A tiny Nano wallet, focused on ease of use through simplicity'
arch=('x86_64')
url='https://github.com/codesoap/atto'
-license=('MIT')
+license=('MIT') # SPDX-License-Identifier: MIT
makedepends=('go')
depends=('glibc')
-provides=('atto')
-conflicts=('atto')
source=(
"$pkgname-$pkgver.tar.gz::$url/archive/refs/tags/v$pkgver.tar.gz"
)