summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
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() {