summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f14ba68b94d6..3850bba687c5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = bpm-git
pkgdesc = Blue Pink Metronome for Qt5. Easy to use metronome controlled by the keyboard.
pkgver = 2018.10.26
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/cfillion/bpm
arch = i686
arch = x86_64
@@ -9,8 +9,7 @@ pkgbase = bpm-git
makedepends = tup
depends = qt5-base
depends = qt5-multimedia
- source = git://github.com/cfillion/bpm
+ source = git+https://github.com/cfillion/bpm
md5sums = SKIP
pkgname = bpm-git
-
diff --git a/PKGBUILD b/PKGBUILD
index dffbe5c48075..eeed7688c5ab 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,14 @@
# Maintainer: Lukas Sabota <LTsmooth42 _at_ gmail _dot_ com>
pkgname=bpm-git
pkgver=2018.10.26
-pkgrel=1
+pkgrel=2
pkgdesc="Blue Pink Metronome for Qt5. Easy to use metronome controlled by the keyboard".
arch=('i686' 'x86_64')
url="https://github.com/cfillion/bpm"
license=('GPL')
depends=('qt5-base' 'qt5-multimedia' )
makedepends=('tup')
-source=(git://github.com/cfillion/bpm)
+source=(git+https://github.com/cfillion/bpm)
md5sums=('SKIP')
build() {