summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristoph Scholz2018-05-20 15:32:20 +0200
committerChristoph Scholz2018-05-20 15:32:20 +0200
commitef8291096a276e0e372fc76b27cbcce464994bda (patch)
treec2d1e27994ea139dd358b4eea4e9fa7a78b62198
parent643e562807dc87e733bf8c85eb22044eecdef9ab (diff)
downloadaur-ef8291096a276e0e372fc76b27cbcce464994bda.tar.gz
corrected license
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 84666becc310..387e7871d1b5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Sun May 20 13:14:25 UTC 2018
+# Sun May 20 13:32:13 UTC 2018
pkgbase = p2-git
pkgdesc = An XEP-0357: Push Notifications app server that relays push messages between the user’s server and Googles Firebase Cloud Messaging
pkgver = r13.bef55c0
@@ -8,7 +8,7 @@ pkgbase = p2-git
url = https://github.com/iNPUTmice/p2
install = p2.install
arch = any
- license = GPL
+ license = BSD
makedepends = git
makedepends = maven
makedepends = java-environment
diff --git a/PKGBUILD b/PKGBUILD
index 983205523301..ac22abd5b6f2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@ epoch=1
pkgdesc="An XEP-0357: Push Notifications app server that relays push messages between the user’s server and Googles Firebase Cloud Messaging"
arch=('any')
url="https://github.com/iNPUTmice/p2"
-license=('GPL')
+license=('BSD')
makedepends=('git' 'maven' 'java-environment')
depends=('java-runtime')
@@ -50,4 +50,6 @@ package() {
install -d "${pkgdir}/usr/lib/systemd/system/"
cp dist/p2.service "${pkgdir}/usr/lib/systemd/system/"
install -d "${pkgdir}/var/lib/p2/"
+ install -d "${pkgdir}/usr/share/licenses/${_pkgname}/"
+ cp LICENSE "${pkgdir}/usr/share/licenses/${_pkgname}/"
} \ No newline at end of file