summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorhaawda2018-05-06 09:28:10 +0200
committerhaawda2018-05-06 09:28:10 +0200
commit6062d763d8561559ce32e5839f803b8ef6f19b9b (patch)
treea1f4ef34341ac3d9c9be2b16019330526adc8f30
parentb7f749af37bf8c4b0bf5c789de265523e10087d7 (diff)
downloadaur-6062d763d8561559ce32e5839f803b8ef6f19b9b.tar.gz
downgrade to 1.2.0, since xiphos 4.1.0 needs it
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 321950f2c5ca..90dec5c64aec 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = biblesync
pkgdesc = multicast shared co-navigation library for Bible programs
- pkgver = 2.0.1
- pkgrel = 2
+ pkgver = 1.2.0
+ pkgrel = 3
url = https://github.com/karlkleinpaste/biblesync.git/
arch = i686
arch = x86_64
@@ -9,8 +9,8 @@ pkgbase = biblesync
makedepends = cmake
depends = libutil-linux
depends = gcc-libs
- source = biblesync-2.0.1.tar.gz::https://github.com/karlkleinpaste/biblesync/archive/2.0.1.tar.gz
- sha512sums = 92c86a503dbcc22542e6f15d5fe1b5c282f209b9d4208e82bcf5207b05ed7ca33b6223a496f50108d7c28eab6e14ee14a37ccada6d0b08315ea31c0aeeae2508
+ source = biblesync-1.2.0.tar.gz::https://github.com/karlkleinpaste/biblesync/archive/1.2.0.tar.gz
+ sha512sums = ad176f8a19e2a34b984df384f7c1fb109ea8babc05250d1e66a7b874428519de91b93ec4b7014068e80f30c862827c0f2878641928ed60486d1a5e48c41e6b0c
pkgname = biblesync
diff --git a/PKGBUILD b/PKGBUILD
index c63ee97f4e60..14928f629f23 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: Stefan Husmann <stefan-husmann@t-online.de>
pkgname=biblesync
-pkgver=2.0.1
-pkgrel=2
+pkgver=1.2.0
+pkgrel=3
pkgdesc="multicast shared co-navigation library for Bible programs"
url="https://github.com/karlkleinpaste/biblesync.git/"
arch=('i686' 'x86_64')
@@ -10,7 +10,7 @@ license=('GPL')
depends=('libutil-linux' 'gcc-libs')
makedepends=('cmake')
source=("$pkgname-$pkgver.tar.gz::https://github.com/karlkleinpaste/$pkgname/archive/$pkgver.tar.gz")
-sha512sums=('92c86a503dbcc22542e6f15d5fe1b5c282f209b9d4208e82bcf5207b05ed7ca33b6223a496f50108d7c28eab6e14ee14a37ccada6d0b08315ea31c0aeeae2508')
+sha512sums=('ad176f8a19e2a34b984df384f7c1fb109ea8babc05250d1e66a7b874428519de91b93ec4b7014068e80f30c862827c0f2878641928ed60486d1a5e48c41e6b0c')
build() {
cd $pkgname-$pkgver