summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO9
-rw-r--r--PKGBUILD8
2 files changed, 8 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9f5a073e0f08..b9c3dbb6e45f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = vgmplay-libvgm-git
pkgdesc = A new VGMPlay, based on libvgm
- pkgver = 0.50.1.r24.g6480d3e
+ pkgver = 0.51.0.r3.g813abab
pkgrel = 1
url = https://github.com/ValleyBell/vgmplay-libvgm
arch = x86_64
@@ -12,12 +12,11 @@ pkgbase = vgmplay-libvgm-git
depends = libvgm-utils-git
depends = libvgm-audio-git
conflicts = vgmplay
- source = git://github.com/ValleyBell/vgmplay-libvgm.git
- source = git://github.com/benhoyt/inih.git
- source = git://github.com/alex85k/wingetopt.git
+ source = git+https://github.com/ValleyBell/vgmplay-libvgm.git
+ source = git+https://github.com/benhoyt/inih.git
+ source = git+https://github.com/alex85k/wingetopt.git
md5sums = SKIP
md5sums = SKIP
md5sums = SKIP
pkgname = vgmplay-libvgm-git
-
diff --git a/PKGBUILD b/PKGBUILD
index 95b118e97b1a..0d9555a8fab9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,16 +1,16 @@
# Maintainer: Andrew Lin <andrewlin16@gmail.com>
pkgname=vgmplay-libvgm-git
-pkgver=0.50.1.r24.g6480d3e
+pkgver=0.51.0.r3.g813abab
pkgrel=1
pkgdesc="A new VGMPlay, based on libvgm"
arch=('x86_64')
url="https://github.com/ValleyBell/vgmplay-libvgm"
license=('GPL')
source=(
- "git://github.com/ValleyBell/vgmplay-libvgm.git"
- "git://github.com/benhoyt/inih.git"
- "git://github.com/alex85k/wingetopt.git"
+ "git+https://github.com/ValleyBell/vgmplay-libvgm.git"
+ "git+https://github.com/benhoyt/inih.git"
+ "git+https://github.com/alex85k/wingetopt.git"
)
depends=('libvgm-player-git' 'libvgm-emu-git' 'libvgm-utils-git' 'libvgm-audio-git')
makedepends=('cmake' 'git')