summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorKrzysztof AS (3ED)2020-05-25 06:02:07 +0200
committerKrzysztof AS (3ED)2020-05-25 06:02:07 +0200
commit9e2aba2df76adfd8dee1f6a41c85d914eec789f9 (patch)
tree43db484c507821c2ba209e65a2719fc5e740be5f
parent35dc959c4bbbfc27d655be93b108d4d1a3f5ffbd (diff)
downloadaur-9e2aba2df76adfd8dee1f6a41c85d914eec789f9.tar.gz
change info about license; better description
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 17bd961bd60b..6f814f94e912 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,11 +1,11 @@
pkgbase = deadbeef-plugin-rating
- pkgdesc = song rating plugin
+ pkgdesc = rate song(s) by editing the metadata tag rating
pkgver = 1.2
pkgrel = 1
url = https://github.com/splushii/deadbeef-rating
arch = i686
arch = x86_64
- license = GPL3
+ license = GPL2
depends = deadbeef
source = deadbeef-rating-1.2.tar.gz::https://github.com/splushii/deadbeef-rating/archive/1.2.tar.gz
sha256sums = 2017bdd563c4f46a9af2d349ac8676b461969824ad1254cd653c7e70dcabff19
diff --git a/PKGBUILD b/PKGBUILD
index 11067faaebd1..0366cd8a6e86 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,10 +3,10 @@ pkgname=deadbeef-plugin-rating
_pkgname=deadbeef-rating
pkgver=1.2
pkgrel=1
-pkgdesc="song rating plugin"
+pkgdesc="rate song(s) by editing the metadata tag rating"
url="https://github.com/splushii/deadbeef-rating"
arch=('i686' 'x86_64')
-license=('GPL3')
+license=('GPL2')
depends=('deadbeef')
source=("${_pkgname}-${pkgver}.tar.gz::https://github.com/splushii/${_pkgname}/archive/${pkgver}.tar.gz")
sha256sums=('2017bdd563c4f46a9af2d349ac8676b461969824ad1254cd653c7e70dcabff19')