summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLucas Vasconcelos2020-03-23 22:12:18 -0300
committerLucas Vasconcelos2020-03-23 22:13:16 -0300
commita7fde65d74d1b229f27dc52382bcfeffaf746935 (patch)
tree235d06600a65ebb4967ebc0909182e2e6ca700cf
parent6891ab5cf419a541c0c25a27157451d22c0d5231 (diff)
downloadaur-a7fde65d74d1b229f27dc52382bcfeffaf746935.tar.gz
make a folder for the license instead of storing it on 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 b61b06eac820..1462c947b588 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = insomnia-src
pkgdesc = Cross-platform HTTP and GraphQL Client (Build from source)
pkgver = 7.1.1
- pkgrel = 3
+ pkgrel = 4
url = https://github.com/Kong/insomnia
arch = x86_64
arch = i686
diff --git a/PKGBUILD b/PKGBUILD
index 774e7b92cd89..cd2480b5d5ae 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=insomnia-src
_name=insomnia
pkgver=7.1.1
-pkgrel=3
+pkgrel=4
pkgdesc="Cross-platform HTTP and GraphQL Client (Build from source)"
url="https://github.com/Kong/insomnia"
arch=('x86_64' 'i686')
@@ -59,5 +59,5 @@ package() {
install -Dm644 $_name-$pkgver/packages/insomnia-app/build/static/icon.png "$pkgdir/usr/share/icons/hicolor/${size}x${size}/apps/insomnia.png"
done
- install -Dm644 $_name-$pkgver/LICENSE $pkgdir/usr/share/licenses/$pkgname
+ install -Dm644 $_name-$pkgver/LICENSE $pkgdir/usr/share/licenses/$_name/LICENSE
}