summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristopher Arndt2018-01-15 12:10:45 +0100
committerChristopher Arndt2018-01-15 12:10:45 +0100
commit190ff892f155f28d6f98774a86dd663f288727e1 (patch)
tree107cb48fd2973fa45e585948ff49add9928c3ba6
parent118b1e6e85ff1d56b046af219e220a47e27b7fb2 (diff)
downloadaur-190ff892f155f28d6f98774a86dd663f288727e1.tar.gz
New upstream version; removed .install and license file
Signed-off-by: Christopher Arndt <chris@chrisarndt.de>
-rw-r--r--.SRCINFO11
-rw-r--r--LICENSE.txt22
-rw-r--r--PKGBUILD11
3 files changed, 7 insertions, 37 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 58aa0872d3b8..779e733d95c4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,20 +1,15 @@
-# Generated by mksrcinfo v8
-# Mon Oct 16 12:53:47 UTC 2017
pkgbase = jalv-select
pkgdesc = A little GUI to select installed LV2 plug-ins and run them with jalv.
- pkgver = 0.9
+ pkgver = 1.0
pkgrel = 1
url = https://github.com/brummer10/jalv_select
- install = jalv-select.install
arch = i686
arch = x86_64
license = custom:Public Domain
depends = jalv
depends = gtkmm
- source = https://github.com/brummer10/jalv_select/archive/V0.9.tar.gz
- source = LICENSE.txt
- md5sums = dfd547c30233319148993fcd6fb12fba
- md5sums = 039bcb549d34b4273393c9ca25848fe6
+ source = https://github.com/brummer10/jalv_select/archive/V1.0.tar.gz
+ md5sums = 741e79d38d8f30abb6c4131ccdf8e779
pkgname = jalv-select
diff --git a/LICENSE.txt b/LICENSE.txt
deleted file mode 100644
index 012766aeb00c..000000000000
--- a/LICENSE.txt
+++ /dev/null
@@ -1,22 +0,0 @@
- This is free and unencumbered software released into the public domain.
-
- Anyone is free to copy, modify, publish, use, compile, sell, or
- distribute this software, either in source code form or as a compiled
- binary, for any purpose, commercial or non-commercial, and by any
- means.
-
- In jurisdictions that recognize copyright laws, the author or authors
- of this software dedicate any and all copyright interest in the
- software to the public domain. We make this dedication for the benefit
- of the public at large and to the detriment of our heirs and
- successors. We intend this dedication to be an overt act of
- relinquishment in perpetuity of all present and future rights to this
- software under copyright law.
-
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
- EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
- MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
- IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY CLAIM, DAMAGES OR
- OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
- ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
- OTHER DEALINGS IN THE SOFTWARE.
diff --git a/PKGBUILD b/PKGBUILD
index 9d6bb3eaaecd..783c0c74b784 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,18 +2,15 @@
_gitname="jalv_select"
pkgname="jalv-select"
-pkgver=0.9
+pkgver=1.0
pkgrel=1
pkgdesc="A little GUI to select installed LV2 plug-ins and run them with jalv."
arch=('i686' 'x86_64')
url="https://github.com/brummer10/jalv_select"
license=('custom:Public Domain')
depends=('jalv' 'gtkmm')
-source=("https://github.com/brummer10/${_gitname}/archive/V${pkgver}.tar.gz"
- 'LICENSE.txt')
-install="${pkgname}.install"
-md5sums=('dfd547c30233319148993fcd6fb12fba'
- '039bcb549d34b4273393c9ca25848fe6')
+source=("https://github.com/brummer10/${_gitname}/archive/V${pkgver}.tar.gz")
+md5sums=('741e79d38d8f30abb6c4131ccdf8e779')
build() {
cd "${srcdir}/${_gitname}-${pkgver}"
@@ -31,6 +28,6 @@ package() {
"$pkgdir/usr/share/doc/$pkgname/README.md"
# license
- install -Dm644 "$srcdir/LICENSE.txt" \
+ install -Dm644 "LICENSE" \
"$pkgdir/usr/share/licenses/$pkgname/LICENSE"
}