summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorhaawda2018-04-28 16:47:39 +0200
committerhaawda2018-04-28 16:47:39 +0200
commitb7f749af37bf8c4b0bf5c789de265523e10087d7 (patch)
tree58ecd16fc915cc8efc1f67157d6a9b4c33117862 /PKGBUILD
parent58210b1db385e64f1bf1a9f7af744a6ece9048ca (diff)
downloadaur-b7f749af37bf8c4b0bf5c789de265523e10087d7.tar.gz
changed source url
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 59237d6f8c61..c63ee97f4e60 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,14 +2,14 @@
pkgname=biblesync
pkgver=2.0.1
-pkgrel=1
+pkgrel=2
pkgdesc="multicast shared co-navigation library for Bible programs"
url="https://github.com/karlkleinpaste/biblesync.git/"
arch=('i686' 'x86_64')
license=('GPL')
depends=('libutil-linux' 'gcc-libs')
makedepends=('cmake')
-source=("https://github.com/karlkleinpaste/biblesync/releases/download/$pkgver/$pkgname-$pkgver.tar.gz")
+source=("$pkgname-$pkgver.tar.gz::https://github.com/karlkleinpaste/$pkgname/archive/$pkgver.tar.gz")
sha512sums=('92c86a503dbcc22542e6f15d5fe1b5c282f209b9d4208e82bcf5207b05ed7ca33b6223a496f50108d7c28eab6e14ee14a37ccada6d0b08315ea31c0aeeae2508')
build() {