summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoonas Henriksson2023-12-17 15:18:57 +0200
committerJoonas Henriksson2023-12-17 15:19:13 +0200
commit185024a07320ad81035dcc87e0c52ba94e41abcd (patch)
tree2420a76532b7902d24b28bf119417b4d45978258
parentba4ce167f76da57f699086dfff90a69844d9e9d2 (diff)
downloadaur-185024a07320ad81035dcc87e0c52ba94e41abcd.tar.gz
Revert vera exiv2 support to fix build error
-rw-r--r--PKGBUILD5
1 files changed, 5 insertions, 0 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 686d9329702d..713a7918c618 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -27,6 +27,11 @@ prepare() {
cd "$srcdir/${pkgbase%-git}"
git submodule init
git submodule update
+
+ # Revert vera exiv2 support to fix build error
+ # https://github.com/patriciogonzalezvivo/vera/issues/9
+ cd "deps/vera/"
+ git revert -n 3ab745a4173340110bb1e592949c78cf5c039eeb
}
build() {