summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6a85209..ee6045e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
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 = 2.1 3 pkgver = 2.1
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
diff --git a/PKGBUILD b/PKGBUILD
index c2eb12d..7c5d1d4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
2 2
3pkgname=quich 3pkgname=quich
4pkgver=2.1 4pkgver=2.1
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')
@@ -22,5 +22,5 @@ build() {
22package() { 22package() {
23 install -Dm755 $pkgname-$pkgver/$pkgname $pkgdir/usr/bin/$pkgname 23 install -Dm755 $pkgname-$pkgver/$pkgname $pkgdir/usr/bin/$pkgname
24 24
25 install -Dm644 $pkgname-$pkgver/LICENSE $pkgdir/usr/share/licenses/$pkgname 25 install -Dm644 $pkgname-$pkgver/LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
26} 26}