summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarcin Wieczorek2018-01-01 22:03:25 +0100
committerMarcin Wieczorek2018-01-01 22:03:25 +0100
commit0a4b86ae0ac50ad6492d7cdbfb5ed44b69faa856 (patch)
tree07c4421bc951b35486e925d3da078efe72c14ac7
parent83227874577ac208df69ba91c8769802e8861004 (diff)
downloadaur-0a4b86ae0ac50ad6492d7cdbfb5ed44b69faa856.tar.gz
Version 1.0.3
-rw-r--r--.SRCINFO9
-rw-r--r--PKGBUILD8
2 files changed, 11 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 79f2b364f82e..7d1b562a81e0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = libqb
pkgdesc = Library with the primary purpose of providing high performance client server reusable features
- pkgver = 1.0.2
+ pkgver = 1.0.3
pkgrel = 1
url = https://github.com/ClusterLabs/libqb
arch = i686
@@ -10,8 +10,11 @@ pkgbase = libqb
makedepends = doxygen
makedepends = splint
options = !libtool
- source = libqb-1.0.2.tar.gz::https://github.com/ClusterLabs/libqb/archive/v1.0.2.tar.gz
- sha512sums = 6991719cc860f2596254697a7cd568dfe90653987332e71e4278f2a9d74b351e02fd77cbd65372f56d93594ace5f781ea84d5c480969f8f6e837ff506f701ee1
+ source = https://github.com/ClusterLabs/libqb/releases/download/v1.0.3/libqb-1.0.3.tar.gz
+ source = https://github.com/ClusterLabs/libqb/releases/download/v1.0.3/libqb-1.0.3.tar.gz.asc
+ validpgpkeys = EA78541A2D92451106C8A1F7B67157F3A70D4537
+ sha256sums = 6053ccb497513ae3e420841747c1cf05dea50a0b11d9aa0b02d41971a4e3d2a1
+ sha256sums = SKIP
pkgname = libqb
diff --git a/PKGBUILD b/PKGBUILD
index d4af182f2895..105d1c9a6855 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: ovi chis <ovi@ovios.org>
pkgname=libqb
-pkgver=1.0.2
+pkgver=1.0.3
pkgrel=1
pkgdesc='Library with the primary purpose of providing high performance client server reusable features'
arch=("i686" "x86_64" "mips64el")
@@ -10,8 +10,10 @@ makedepends=("doxygen" "splint")
license=("LGPL2.1")
options=(!libtool)
url="https://github.com/ClusterLabs/${pkgname}"
-source=("${pkgname}-${pkgver}.tar.gz::https://github.com/ClusterLabs/${pkgname}/archive/v${pkgver}.tar.gz")
-sha512sums=('6991719cc860f2596254697a7cd568dfe90653987332e71e4278f2a9d74b351e02fd77cbd65372f56d93594ace5f781ea84d5c480969f8f6e837ff506f701ee1')
+source=("https://github.com/ClusterLabs/${pkgname}/releases/download/v${pkgver}/${pkgname}-${pkgver}.tar.gz"{,.asc})
+sha256sums=('6053ccb497513ae3e420841747c1cf05dea50a0b11d9aa0b02d41971a4e3d2a1'
+ 'SKIP')
+validpgpkeys=('EA78541A2D92451106C8A1F7B67157F3A70D4537')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"