summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorRaphaël Doursenaud2017-01-30 14:02:51 +0100
committerRaphaël Doursenaud2017-01-30 14:02:51 +0100
commit1242c1c6ecf755e640d0e7e2c2e2c44804d5b804 (patch)
treeb2b94ec81d0bdf5a6384f737831dc00105c6597d /PKGBUILD
parent793bb98dd7bee85af8ce2e3479b727a6d44904c0 (diff)
downloadaur-1242c1c6ecf755e640d0e7e2c2e2c44804d5b804.tar.gz
Adopted package
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD10
1 files changed, 6 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index f32ad55a9e57..3d2c2b856ae5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,17 +1,19 @@
+
+# Maintainer: Raphaël Doursenaud <rdoursenaud@free.fr>
pkgbase=deadbeef-plugin-waveform-git
pkgname=(deadbeef-plugin-waveform-gtk2-git deadbeef-plugin-waveform-gtk3-git)
-pkgver=r151
+pkgver=r158
pkgrel=1
_pkgdesc="Waveform Seekbar Plugin for the DeaDBeeF audio player (development version)"
url="https://github.com/cboxdoerfer/ddb_waveform_seekbar"
arch=('i686' 'x86_64')
-license='GPL2'
+license=('GPL2')
_gitname=ddb_waveform_seekbar
_gitroot=https://github.com/cboxdoerfer/${_gitname}
-source=git+$_gitroot
-md5sums=SKIP
+source=("git+${_gitroot}")
+md5sums=('SKIP')
pkgver() {
cd "${srcdir}/${_gitname}"