summaryrefslogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorLucas Vasconcelos2020-09-02 14:19:21 -0300
committerLucas Vasconcelos2020-09-02 14:19:21 -0300
commit823fc2b4c560db5bb731e242448cccbe9aa37785 (patch)
tree76bb0f59829a212c092ec4d9f44e7647ab0ae32d /PKGBUILD
parent159bb24596014ae0ef16b7457893cc8dc821a99a (diff)
downloadpackages-823fc2b4c560db5bb731e242448cccbe9aa37785.tar.gz
packages-823fc2b4c560db5bb731e242448cccbe9aa37785.tar.bz2
packages-823fc2b4c560db5bb731e242448cccbe9aa37785.zip
remove unused variables and change source
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD7
1 files changed, 2 insertions, 5 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 61807df..8e70a51 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,16 +2,13 @@
2 2
3pkgname=quich 3pkgname=quich
4pkgver=3.0.0 4pkgver=3.0.0
5pkgrel=1 5pkgrel=2
6pkgdesc="Small, fast and useful calculator for your terminal with multiple functions and options." 6pkgdesc="Small, fast and useful calculator for your terminal with multiple functions and options."
7url="https://github.com/Usbac/quich" 7url="https://github.com/Usbac/quich"
8arch=('x86_64') 8arch=('x86_64')
9license=('MIT') 9license=('MIT')
10depends=()
11makedepends=()
12provides=("$pkgname") 10provides=("$pkgname")
13conflicts=() 11source=("${url}/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz")
14source=("${url}/archive/v${pkgver}.tar.gz")
15md5sums=('1528086998d28739ed3e573d08c23d3c') 12md5sums=('1528086998d28739ed3e573d08c23d3c')
16 13
17build() { 14build() {