summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorDJ Griffin2018-01-14 12:28:27 -0500
committerDJ Griffin2018-01-14 12:28:27 -0500
commit0d16dbf1cba12b212af9280f2d3de9eed41ea45b (patch)
treeb4b3c69d0401a764b8ca1c6b598ee12a41a0d2da /PKGBUILD
parent61e7e73cc23d5d19a6b99331b7724439ba94f4ea (diff)
downloadaur-0d16dbf1cba12b212af9280f2d3de9eed41ea45b.tar.gz
OMP version 0.0.2
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD9
1 files changed, 3 insertions, 6 deletions
diff --git a/PKGBUILD b/PKGBUILD
index db547db2282a..eba7d3e5f383 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: DJ Griffin <thewisenoob@gmail.com>
pkgname=omp-git
-pkgver=0.0.1.r5
-pkgrel=2
+pkgver=0.0.2.r1
+pkgrel=1
pkgdesc='GTK3-based Music Player'
url='https://openmusicplayer.com/'
arch=(x86_64)
@@ -28,8 +28,5 @@ build() {
package() {
cd "${pkgname}"
- install -DCm0755 omp "${pkgdir}/usr/bin/omp"
- install -Dm0644 Images/No_Cover.svg "${pkgdir}/usr/share/pixmaps/no_cover.png"
- install -Dm0644 Images/Icon_Small.png "${pkgdir}/usr/share/pixmaps/omp.png"
- install -Dm0644 ../omp.desktop "${pkgdir}/usr/share/applications/omp.desktop"
+ make install
}