summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRaphaël Doursenaud2017-01-30 14:17:54 +0100
committerRaphaël Doursenaud2017-01-30 14:17:54 +0100
commit914390ba9e451f208b7eb232a05f9f2df2c006f2 (patch)
tree7b2bef0b300a43bbfdbfc48e2b6634f0592a6682
parent9bbe7de3d09524bed387f1672a52bf701f1723f4 (diff)
downloadaur-914390ba9e451f208b7eb232a05f9f2df2c006f2.tar.gz
Adopt package
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD2
2 files changed, 4 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f0aee7cb8cb0..2b7d98c56acb 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Fri Sep 30 12:46:15 UTC 2016
+# Mon Jan 30 13:17:54 UTC 2017
pkgbase = deadbeef-plugin-spectrogram-git
pkgdesc = Spectrogram Plugin for the DeaDBeeF audio player (development version)
pkgver = 0.+r25.20150110
@@ -7,6 +7,7 @@ pkgbase = deadbeef-plugin-spectrogram-git
url = https://github.com/cboxdoerfer/ddb_spectrogram
arch = i686
arch = x86_64
+ license = GPL2
makedepends = git
depends = deadbeef
conflicts = deadbeef-plugin-spectrogram
diff --git a/PKGBUILD b/PKGBUILD
index a634a1d026b0..c3232d2d5dc8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,11 @@
+# Maintainer: Raphaël Doursenaud <rdoursenaud@free.fr>
pkgname=deadbeef-plugin-spectrogram-git
pkgver=0.+r25.20150110
pkgrel=1
pkgdesc="Spectrogram Plugin for the DeaDBeeF audio player (development version)"
url="https://github.com/cboxdoerfer/ddb_spectrogram"
arch=('i686' 'x86_64')
+license=('GPL2')
depends=('deadbeef')
makedepends=('git')
conflicts=('deadbeef-plugin-spectrogram')