summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Sun2021-02-07 08:48:09 -0500
committerAndrew Sun2021-02-07 08:48:09 -0500
commit97587a9437789f0cc5c4fda8032dd6efe95ba20f (patch)
treecf3300621701e01ee955ef96de4de6c774e00053
parent3901c0b5f929c20caf883274729a9c8a9a17a7d7 (diff)
downloadaur-97587a9437789f0cc5c4fda8032dd6efe95ba20f.tar.gz
0.4.6
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD10
-rw-r--r--libbigwig-flags.patch7
3 files changed, 12 insertions, 13 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 30fc2a65d456..4671ff78924f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,16 +1,16 @@
pkgbase = libbigwig
pkgdesc = library for handling bigWig files
- pkgver = 0.4.4
+ pkgver = 0.4.6
pkgrel = 1
url = https://github.com/dpryan79/libBigWig
arch = i686
arch = x86_64
license = MIT
depends = curl
- source = libbigwig-0.4.4.tar.gz::https://github.com/dpryan79/libBigWig/archive/0.4.4.tar.gz
+ source = libbigwig-0.4.6.tar.gz::https://github.com/dpryan79/libBigWig/archive/0.4.6.tar.gz
source = libbigwig-flags.patch
- sha256sums = 43a2298b2ebadc48103447a3bb4426df1b38d1bec5fa564e50ed2f00cc060478
- sha256sums = 33be8bbc296c3ff022063d9907ad8975033cd47a5d91b052290507d531abd530
+ sha256sums = eb4ecbd3ae428474a57dab969fa7564ae755310da65be68efa18969e0d132a9e
+ sha256sums = f27db1d7169e8f28130791c6fa8fd33accb9696be5d541880f53b92719f32fb1
pkgname = libbigwig
diff --git a/PKGBUILD b/PKGBUILD
index c6e93776f124..27946b52b7dd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
-# Maintainer: Andrew Sun <adsun701@gmail.com>
-# Contributor: Christian Krause ("wookietreiber") <kizkizzbangbang@googlemail.com>
+# Maintainer: Andrew Sun <adsun701 at gmail dot com>
+# Contributor: Christian Krause ("wookietreiber") <kizkizzbangbang at googlemail dot com>
pkgname=libbigwig
-pkgver=0.4.4
+pkgver=0.4.6
pkgrel=1
pkgdesc="library for handling bigWig files"
arch=('i686' 'x86_64')
@@ -11,8 +11,8 @@ depends=('curl')
license=('MIT')
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/dpryan79/libBigWig/archive/${pkgver}.tar.gz"
"libbigwig-flags.patch")
-sha256sums=('43a2298b2ebadc48103447a3bb4426df1b38d1bec5fa564e50ed2f00cc060478'
- '33be8bbc296c3ff022063d9907ad8975033cd47a5d91b052290507d531abd530')
+sha256sums=('eb4ecbd3ae428474a57dab969fa7564ae755310da65be68efa18969e0d132a9e'
+ 'f27db1d7169e8f28130791c6fa8fd33accb9696be5d541880f53b92719f32fb1')
prepare() {
cd "${srcdir}/libBigWig-${pkgver}"
diff --git a/libbigwig-flags.patch b/libbigwig-flags.patch
index 6e53ed78fc30..b3633af4231f 100644
--- a/libbigwig-flags.patch
+++ b/libbigwig-flags.patch
@@ -1,13 +1,12 @@
-diff -Naur libBigWig-0.4.2.orig/Makefile libBigWig-0.4.2/Makefile
---- libBigWig-0.4.2.orig/Makefile 2019-01-06 20:07:43.880826741 -0500
-+++ libBigWig-0.4.2/Makefile 2019-01-06 20:08:34.784586373 -0500
+--- a/Makefile 2021-02-07 08:44:30.431585210 -0500
++++ b/Makefile 2021-02-07 08:45:28.049137672 -0500
@@ -1,10 +1,10 @@
CC ?= gcc
AR ?= ar
RANLIB ?= ranlib
-CFLAGS ?= -g -Wall -O3 -Wsign-compare
+CFLAGS += -g -Wall -O3 -Wsign-compare
- LIBS = -lcurl -lm -lz
+ LIBS = -lm -lz
EXTRA_CFLAGS_PIC = -fpic
-LDFLAGS =
+LDFLAGS +=