summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 86bfca91152a..c6ff5687bc47 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -4,13 +4,13 @@ pkgbase = deadbeef-plugin-customizabletb-git
url = https://github.com/kravich/ddb_customizabletb
arch = i686
arch = x86_64
- license = GPL2
+ license = GPL3
makedepends = git
depends = deadbeef>=0.6
source = git+https://github.com/kravich/ddb_customizabletb
source = build.patch
- md5sums = SKIP
- md5sums = SKIP
+ sha256sums = SKIP
+ sha256sums = 7454408e048eb457aae7650ed5d945713bb855daf515f058fd5367a9797f3d94
pkgname = deadbeef-plugin-customizabletb-gtk2-git
pkgdesc = Customizable toolbar plugin for DeadBeeF music player. The GTK2 version.
diff --git a/PKGBUILD b/PKGBUILD
index 1c29ff95237e..b26b362bbeba 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,13 +7,13 @@ pkgrel=1
_pkgdesc="Customizable toolbar plugin for DeadBeeF music player."
arch=('i686' 'x86_64')
url="https://github.com/kravich/ddb_customizabletb"
-license=(GPL2)
+license=('GPL3')
depends=('deadbeef>=0.6')
makedepends=(git)
source=('git+https://github.com/kravich/ddb_customizabletb'
'build.patch')
-md5sums=('SKIP'
- 'SKIP')
+sha256sums=('SKIP'
+ '7454408e048eb457aae7650ed5d945713bb855daf515f058fd5367a9797f3d94')
pkgver() {
cd "$srcdir/$_gitname"