diff options
-rw-r--r-- | .SRCINFO | 2 | ||||
-rw-r--r-- | PKGBUILD | 4 |
2 files changed, 3 insertions, 3 deletions
@@ -1,7 +1,7 @@ | |||
1 | pkgbase = quich | 1 | pkgbase = 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 |
@@ -2,7 +2,7 @@ | |||
2 | 2 | ||
3 | pkgname=quich | 3 | pkgname=quich |
4 | pkgver=2.1 | 4 | pkgver=2.1 |
5 | pkgrel=1 | 5 | pkgrel=2 |
6 | pkgdesc="Small, fast and useful calculator for your terminal with multiple functions and options." | 6 | pkgdesc="Small, fast and useful calculator for your terminal with multiple functions and options." |
7 | url="https://github.com/Usbac/quich" | 7 | url="https://github.com/Usbac/quich" |
8 | arch=('x86_64') | 8 | arch=('x86_64') |
@@ -22,5 +22,5 @@ build() { | |||
22 | package() { | 22 | package() { |
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 | } |