From 823fc2b4c560db5bb731e242448cccbe9aa37785 Mon Sep 17 00:00:00 2001 From: Lucas Vasconcelos Date: Wed, 2 Sep 2020 14:19:21 -0300 Subject: remove unused variables and change source --- PKGBUILD | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) (limited to 'PKGBUILD') diff --git a/PKGBUILD b/PKGBUILD index 61807df..8e70a51 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -2,16 +2,13 @@ pkgname=quich pkgver=3.0.0 -pkgrel=1 +pkgrel=2 pkgdesc="Small, fast and useful calculator for your terminal with multiple functions and options." url="https://github.com/Usbac/quich" arch=('x86_64') license=('MIT') -depends=() -makedepends=() provides=("$pkgname") -conflicts=() -source=("${url}/archive/v${pkgver}.tar.gz") +source=("${url}/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz") md5sums=('1528086998d28739ed3e573d08c23d3c') build() { -- cgit v1.2.3-70-g09d2