summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorabsrdspc2021-04-15 20:51:44 +0300
committerabsrdspc2021-04-15 20:51:44 +0300
commitbbcd4775ce9b5ee27766367c803824c9be57e67f (patch)
treeb32b21abd69e6cb995332ab77cd2d6d6ecb758aa
parentcc6f00713da277e1253347cc8a6b05ea281ae507 (diff)
downloadaur-bbcd4775ce9b5ee27766367c803824c9be57e67f.tar.gz
fix packaging issues
-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"