summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDJ Griffin2019-01-06 16:36:54 -0500
committerDJ Griffin2019-01-06 16:36:54 -0500
commit783097eafda7a262712f61465b9af12a7cafc33d (patch)
treee8b0171fbcd6e9684e52d8c133f1d106d4f2f4ff
parentad50e400261f8030345a6ea0e7677611898c3394 (diff)
downloadaur-783097eafda7a262712f61465b9af12a7cafc33d.tar.gz
Crash fix for some multi-file cue sheets.
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 841a718d67e2..ca5124a2ac5d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = omp
pkgdesc = Open-Source Music Player
- pkgver = 0.1
- pkgrel = 2
+ pkgver = 0.1.0.1
+ pkgrel = 1
url = https://openmusicplayer.com/
arch = x86_64
license = GPL3
@@ -21,7 +21,7 @@ pkgbase = omp
provides = omp
conflicts = omp
conflicts = omp-git
- source = omp-0.1.tar.gz::https://github.com/TheWiseNoob/OMP/archive/0.1.tar.gz
+ source = omp-0.1.0.1.tar.gz::https://github.com/TheWiseNoob/OMP/archive/0.1.0.1.tar.gz
sha256sums = SKIP
pkgname = omp
diff --git a/PKGBUILD b/PKGBUILD
index ab741e84986f..99bcfef94e9f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: DJ Griffin <thewisenoob@gmail.com>
pkgname=omp
-pkgver=0.1
-pkgrel=2
+pkgver=0.1.0.1
+pkgrel=1
pkgdesc='Open-Source Music Player'
url='https://openmusicplayer.com/'
arch=(x86_64)