summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSuperpiffer2016-11-28 09:15:57 +0100
committerSuperpiffer2016-11-28 09:15:57 +0100
commitc5cec9fdc5d96436d6ff4e4beaad965a3f834377 (patch)
treefee4b9bfca8dd3dd4eb520e1572ad970fa2c140b
parentae56cc4376c8e222d9a9725c9dd4aede1a789b99 (diff)
downloadaur-c5cec9fdc5d96436d6ff4e4beaad965a3f834377.tar.gz
Set correct license
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD6
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f9d89a62a959..b8af1d0c73e3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,11 +1,11 @@
pkgbase = libresonic
pkgdesc = A free, web-based media streamer and jukebox.
pkgver = 6.1
- pkgrel = 2
+ pkgrel = 3
url = https://github.com/Libresonic/libresonic/
install = libresonic.install
arch = any
- license = CUSTOM
+ license = GPL3
depends = java-runtime-headless
conflicts = subsonic
conflicts = subsonic-kang
diff --git a/PKGBUILD b/PKGBUILD
index 1e192e8e2335..2ed453903762 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,11 +2,11 @@
pkgname=libresonic
pkgver=6.1
-pkgrel=2
+pkgrel=3
pkgdesc="A free, web-based media streamer and jukebox."
arch=('any')
url="https://github.com/Libresonic/libresonic/"
-license=('CUSTOM')
+license=('GPL3')
depends=('java-runtime-headless')
conflicts=('subsonic' 'subsonic-kang' 'subsonic-kang-git' 'subsonic-beta')
backup=('var/lib/libresonic/db' 'var/lib/libresonic/libresonic.properties' 'var/lib/libresonic/libresonic.sh')
@@ -34,4 +34,4 @@ package() {
sha256sums=('042ab6833a8fa351712ff34899d6c0ba0024e420f16f81661a17405df081f246'
'34e4771f730f6de17aa2ba039cfab26772af3ab08e3f0c36d3f0c7a6e315a8e0'
'f1f4a22efb411d1f31f834f9f229e81c39d7f4db720281d9b0862c2f1b4d0697'
- 'afcef7b8ce8ceab58569440ed17d5828f39da072ea0d6e3e9fb82ac2feafcf9f') \ No newline at end of file
+ 'afcef7b8ce8ceab58569440ed17d5828f39da072ea0d6e3e9fb82ac2feafcf9f')