Skip to content

Commit

Permalink
updated PKGBUILD
Browse files Browse the repository at this point in the history
  • Loading branch information
cboxdoerfer committed Feb 28, 2014
1 parent 00f8645 commit 600771e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions PKGBUILD
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
pkgname=deadbeef-plugin-waveform-git
pkgver=20130223
pkgver=20130228
pkgrel=1
pkgdesc="Waveform Seekbar Plugin for the DeaDBeeF audio player (development version)"
url="https://github.com/cboxdoerfer/ddb_waveform_seekbar"
Expand All @@ -18,7 +18,7 @@ build() {

if [ -d $_gitname ]; then
cd $_gitname
git pull origin
git pull origin master
else
git clone $_gitroot
fi
Expand Down

0 comments on commit 600771e

Please sign in to comment.