summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFelix Kauselmann2015-07-10 10:25:19 +0200
committerFelix Kauselmann2015-07-10 10:25:19 +0200
commitc44f0b54256a013f78a05b7a2c676048dd097835 (patch)
tree23aad478b01f9d6dc7ea3146883295e6b3f833f2
parentd7ae29e68cb062de2ae31ab85c2c2198fcf5f4ab (diff)
downloadaur-c44f0b54256a013f78a05b7a2c676048dd097835.tar.gz
Remove fseeko.patch in preparation for upstream fix
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD9
2 files changed, 5 insertions, 10 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ead425f4ba2d..4a42b8fb355a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = libunarr-git
pkgdesc = A lightweight decompression library with support for rar, tar and zip archives.
- pkgver = r188.c4136ab
+ pkgver = r189.91c3eb5
pkgrel = 1
url = https://github.com/zeniko/unarr
arch = i686
@@ -9,10 +9,8 @@ pkgbase = libunarr-git
makedepends = git
source = git+https://github.com/zeniko/unarr
source = https://raw.githubusercontent.com/selmf/unarr/master/CMakeLists.txt
- source = fseeko.patch
md5sums = SKIP
- md5sums = 2a4efbaab8d331302cb3ae21c912a061
- md5sums = 128ad4e9ffc1019ec88f53d539921297
+ md5sums = c47b8e30bdc668f54aa34930fe1ab726
pkgname = libunarr-git
diff --git a/PKGBUILD b/PKGBUILD
index 260295ddce6c..db783ae1b2a5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,12 +1,12 @@
pkgname=libunarr-git
-pkgver=r188.c4136ab
+pkgver=r189.91c3eb5
pkgrel=1
arch=('i686' 'x86_64')
url="https://github.com/zeniko/unarr"
pkgdesc=('A lightweight decompression library with support for rar, tar and zip archives.')
source=('git+https://github.com/zeniko/unarr'
'https://raw.githubusercontent.com/selmf/unarr/master/CMakeLists.txt'
- 'fseeko.patch')
+ )
makedepends=('cmake' 'git')
pkgver() {
@@ -17,8 +17,6 @@ pkgver() {
prepare() {
cd "${srcdir}/unarr"
cp ../CMakeLists.txt .
- cp ../fseeko.patch .
- patch -p1 < fseeko.patch
}
build() {
@@ -32,5 +30,4 @@ package() {
make DESTDIR=$pkgdir install
}
md5sums=('SKIP'
- '2a4efbaab8d331302cb3ae21c912a061'
- '128ad4e9ffc1019ec88f53d539921297')
+ 'c47b8e30bdc668f54aa34930fe1ab726')