diff options
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 9 |
1 files changed, 6 insertions, 3 deletions
@@ -3,7 +3,7 @@ pkgbase='deadbeef-plugin-customizabletb-git' _gitname='ddb_customizabletb' pkgname=('deadbeef-plugin-customizabletb-gtk2-git' 'deadbeef-plugin-customizabletb-gtk3-git') pkgver=95.5df8f49 -pkgrel=1 +pkgrel=2 _pkgdesc="Customizable toolbar plugin for DeadBeeF music player." arch=('i686' 'x86_64') url="https://github.com/kravich/ddb_customizabletb" @@ -11,9 +11,11 @@ license=('GPL3') depends=('deadbeef>=0.6') makedepends=(git) source=('git+https://github.com/kravich/ddb_customizabletb' - 'build.patch') + 'build.patch' + 'api.patch') sha256sums=('SKIP' - '7454408e048eb457aae7650ed5d945713bb855daf515f058fd5367a9797f3d94') + '7454408e048eb457aae7650ed5d945713bb855daf515f058fd5367a9797f3d94' + 'db454467effb98ad4015f4d00df1bf6d4ad9d6448a921529ad52a34bd950eba7') pkgver() { cd "$srcdir/$_gitname" @@ -23,6 +25,7 @@ pkgver() { prepare() { cd $srcdir/$_gitname patch -p1 < ../build.patch + patch -p1 < ../api.patch } build() { |