summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-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() {