summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJoonas Henriksson2023-12-18 16:22:41 +0200
committerJoonas Henriksson2023-12-18 16:22:41 +0200
commit6e5aa041699f0cbec2c6d771f5774203197c05e1 (patch)
treed04fd88d04bbe0b105e8af111a7bae713ec2c69d /PKGBUILD
parent7fa382272c28444811ad34b723909551dfbc16e9 (diff)
downloadaur-glslviewer-git.tar.gz
Revert "Revert vera exiv2 support to fix build error"
This reverts commit 185024a07320ad81035dcc87e0c52ba94e41abcd. The build issue was worked around upstream.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 0 insertions, 5 deletions
diff --git a/PKGBUILD b/PKGBUILD
index a3b0ed861512..85797d3c9f64 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -25,11 +25,6 @@ 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() {