summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD7
2 files changed, 4 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1ac90da..ba0c813 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,12 @@
1pkgbase = quich 1pkgbase = quich
2 pkgdesc = Small, fast and useful calculator for your terminal with multiple functions and options. 2 pkgdesc = Small, fast and useful calculator for your terminal with multiple functions and options.
3 pkgver = 3.0.0 3 pkgver = 3.0.0
4 pkgrel = 1 4 pkgrel = 2
5 url = https://github.com/Usbac/quich 5 url = https://github.com/Usbac/quich
6 arch = x86_64 6 arch = x86_64
7 license = MIT 7 license = MIT
8 provides = quich 8 provides = quich
9 source = https://github.com/Usbac/quich/archive/v3.0.0.tar.gz 9 source = https://github.com/Usbac/quich/archive/v3.0.0/quich-3.0.0.tar.gz
10 md5sums = 1528086998d28739ed3e573d08c23d3c 10 md5sums = 1528086998d28739ed3e573d08c23d3c
11 11
12pkgname = quich 12pkgname = quich
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() {