summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLucas Vasconcelos2020-03-23 22:14:43 -0300
committerLucas Vasconcelos2020-03-23 22:14:43 -0300
commit1ee48ac168a12f0889c4e2a675b8785c0fdd19e4 (patch)
tree153be2379e7b4fd5a2b2ce6bc6a778ef2f8ae730
parent805cf58bd1ab5a612470b9773ca9186e5d100483 (diff)
downloadaur-1ee48ac168a12f0889c4e2a675b8785c0fdd19e4.tar.gz
move license to its own folder instead of storing in the licenses folder
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6a852099670f..ee6045e08738 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = quich
pkgdesc = Small, fast and useful calculator for your terminal with multiple functions and options.
pkgver = 2.1
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/Usbac/quich
arch = x86_64
license = MIT
diff --git a/PKGBUILD b/PKGBUILD
index c2eb12dfc00e..7c5d1d4ddbed 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=quich
pkgver=2.1
-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')
@@ -22,5 +22,5 @@ build() {
package() {
install -Dm755 $pkgname-$pkgver/$pkgname $pkgdir/usr/bin/$pkgname
- install -Dm644 $pkgname-$pkgver/LICENSE $pkgdir/usr/share/licenses/$pkgname
+ install -Dm644 $pkgname-$pkgver/LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
}