summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorDJ Griffin2018-01-22 18:49:44 -0500
committerDJ Griffin2018-01-22 18:49:44 -0500
commit3d0e1fbd8dd6904777f1954cfcaf02c935b07313 (patch)
tree8bf7dfd3ac2764e08f7035e87564bb9b513ec6ec /PKGBUILD
parentd8f67018bf29ea73006967fff1abde2fb671ab55 (diff)
downloadaur-3d0e1fbd8dd6904777f1954cfcaf02c935b07313.tar.gz
File validity fix
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD10
1 files changed, 4 insertions, 6 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 52ac9c3c6fe2..f62a8b25c6cf 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: DJ Griffin <thewisenoob@gmail.com>
pkgname=omp-git
-pkgver=0.0.3.r2
-pkgrel=2
+pkgver=0.0.3.r3
+pkgrel=3
pkgdesc='GTK3-based Music Player'
url='http://openmusicplayer.com/'
arch=(x86_64)
@@ -11,10 +11,8 @@ depends=(gstreamer gtkmm3 libclastfm libconfig taglib)
makedepends=(git)
provides=('omp')
conflicts=('omp')
-source=("$pkgname::git+https://github.com/TheWiseNoob/OpenMusicPlayer.git"
- "omp.desktop")
-sha256sums=('SKIP'
- '65398127a90eec9cb79eb11a227305ec2b9f2f3ba1265e2dd1d31934205cd38c')
+source=("$pkgname::git+https://github.com/TheWiseNoob/OpenMusicPlayer.git")
+sha256sums=('SKIP')
pkgver() {
cd "${pkgname}"