summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--0001-hack-to-fix-build-on-Arch.patch23
-rw-r--r--PKGBUILD11
3 files changed, 4 insertions, 36 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 446466c033fc..f5ec5b552b62 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,6 @@
-# Generated by mksrcinfo v8
-# Sat Feb 25 11:30:45 UTC 2017
pkgbase = ktxutils-git
pkgdesc = Utilities for the KTX texture format
- pkgver = r18.cb431ba
+ pkgver = r19.fc58a3c
pkgrel = 1
url = http://github.com/ekpyron/ktxutils/
arch = any
@@ -12,9 +10,7 @@ pkgbase = ktxutils-git
depends = imagemagick
depends = glew
source = git+git://github.com/ekpyron/ktxutils
- source = 0001-hack-to-fix-build-on-Arch.patch
md5sums = SKIP
- md5sums = 7d4d3bd2bdf79b2ac99d3306f54539b7
pkgname = ktxutils-git
diff --git a/0001-hack-to-fix-build-on-Arch.patch b/0001-hack-to-fix-build-on-Arch.patch
deleted file mode 100644
index 44c6ad34c0fe..000000000000
--- a/0001-hack-to-fix-build-on-Arch.patch
+++ /dev/null
@@ -1,23 +0,0 @@
-From 9a601bb958bf5c5a810bede9fdcf6aa1436a35b0 Mon Sep 17 00:00:00 2001
-From: Lubosz Sarnecki <lubosz.sarnecki@collabora.co.uk>
-Date: Thu, 16 Feb 2017 21:54:57 +0100
-Subject: [PATCH] hack to fix build on Arch.
-
----
- CMakeLists.txt | 2 ++
- 1 file changed, 2 insertions(+)
-
-diff --git a/CMakeLists.txt b/CMakeLists.txt
-index 7030dd5..4a1154d 100644
---- a/CMakeLists.txt
-+++ b/CMakeLists.txt
-@@ -2,4 +2,6 @@ cmake_minimum_required (VERSION 2.8.11)
-
- project (ktxutils)
-
-+set(GLFW3_LIBRARY glfw)
-+
- add_subdirectory (src)
---
-2.11.1
-
diff --git a/PKGBUILD b/PKGBUILD
index 43aa905ad000..49de0d527022 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Daniel Kirchner <daniel at ekpyron dot org>
pkgname=ktxutils-git
_pkgbase=ktxutils
-pkgver=r18.e55bfcb
+pkgver=r19.fc58a3c
pkgrel=1
pkgdesc="Utilities for the KTX texture format"
license=('MIT')
@@ -9,13 +9,8 @@ arch=('any')
url="http://github.com/ekpyron/${_pkgbase}/"
depends=('glfw' 'imagemagick' 'glew')
makedepends=('cmake')
-source=("git+git://github.com/ekpyron/${_pkgbase}" 0001-hack-to-fix-build-on-Arch.patch)
-md5sums=('SKIP' '7d4d3bd2bdf79b2ac99d3306f54539b7')
-
-prepare() {
- cd "$srcdir"/${_pkgbase}
- git am ../0001-hack-to-fix-build-on-Arch.patch
-}
+source=("git+git://github.com/ekpyron/${_pkgbase}")
+md5sums=('SKIP')
pkgver() {
cd "$srcdir"/${_pkgbase}