From 1ee48ac168a12f0889c4e2a675b8785c0fdd19e4 Mon Sep 17 00:00:00 2001 From: Lucas Vasconcelos Date: Mon, 23 Mar 2020 22:14:43 -0300 Subject: move license to its own folder instead of storing in the licenses folder --- .SRCINFO | 2 +- PKGBUILD | 4 ++-- 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 @@ 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 c2eb12d..7c5d1d4 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 } -- cgit v1.2.3-70-g09d2