summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorhaawda2018-04-20 01:33:25 +0200
committerhaawda2018-04-20 01:33:25 +0200
commit1ee7004333b4291f9aed780568ac68384c668409 (patch)
tree23ca576118bf69e793131fd08a6f0960a78508d5
parentc4878091b67d3fc314450d36f7b273f8891cda33 (diff)
downloadaur-1ee7004333b4291f9aed780568ac68384c668409.tar.gz
update
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD9
2 files changed, 9 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a1eb4292df6a..69bff47b6f31 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = biblesync
pkgdesc = multicast shared co-navigation library for Bible programs
- pkgver = 1.1.2
- pkgrel = 3
+ pkgver = 1.2.0
+ pkgrel = 1
url = http://sourceforge.net/projects/gnomesword/files/BibleSync/1.1.2/
arch = i686
arch = x86_64
@@ -9,8 +9,8 @@ pkgbase = biblesync
makedepends = cmake
depends = libutil-linux
depends = gcc-libs
- source = http://downloads.sourceforge.net/project/gnomesword/BibleSync/1.1.2/biblesync-1.1.2.tar.gz
- sha512sums = 7725c8228e2dff79edaf065ff4d4816a6cf214d1d874817345cc4154142144bce479ca1ae871053886bff4f6610715a27bce81c25c2a636444d5873e93bfdc62
+ source = https://github.com/karlkleinpaste/biblesync/releases/download/1.2.0/biblesync-1.2.0.tar.gz
+ sha512sums = ad176f8a19e2a34b984df384f7c1fb109ea8babc05250d1e66a7b874428519de91b93ec4b7014068e80f30c862827c0f2878641928ed60486d1a5e48c41e6b0c
pkgname = biblesync
diff --git a/PKGBUILD b/PKGBUILD
index 9cb8316510e0..b9d7c5c289cb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,15 +1,16 @@
# Maintainer: Stefan Husmann <stefan-husmann@t-online.de>
+
pkgname=biblesync
-pkgver=1.1.2
-pkgrel=3
+pkgver=1.2.0
+pkgrel=1
pkgdesc="multicast shared co-navigation library for Bible programs"
url="http://sourceforge.net/projects/gnomesword/files/BibleSync/1.1.2/"
arch=('i686' 'x86_64')
license=('GPL')
depends=('libutil-linux' 'gcc-libs')
makedepends=('cmake')
-source=("http://downloads.sourceforge.net/project/gnomesword/BibleSync/$pkgver/$pkgname-$pkgver.tar.gz")
-sha512sums=('7725c8228e2dff79edaf065ff4d4816a6cf214d1d874817345cc4154142144bce479ca1ae871053886bff4f6610715a27bce81c25c2a636444d5873e93bfdc62')
+source=("https://github.com/karlkleinpaste/biblesync/releases/download/$pkgver/$pkgname-$pkgver.tar.gz")
+sha512sums=('ad176f8a19e2a34b984df384f7c1fb109ea8babc05250d1e66a7b874428519de91b93ec4b7014068e80f30c862827c0f2878641928ed60486d1a5e48c41e6b0c')
build() {
cd $pkgname-$pkgver