summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTimothée Ravier2014-01-16 21:36:54 +0100
committerTimothée Ravier2014-01-16 21:38:23 +0100
commitc76c6212dfddeccd3f6340fd1d9b875c8e0c20bb (patch)
tree7749c11dd4845399a616a7d82c155da17311f3ed
parent68d4761c03ebbe579b3f54d81300e280b26f6e16 (diff)
downloadaur-c76c6212dfddeccd3f6340fd1d9b875c8e0c20bb.tar.gz
sudo-selinux: fix version displayed in AUR web
-rw-r--r--PKGBUILD4
1 files changed, 4 insertions, 0 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 6ebb53bde73e..5c9d8b2fc7d0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -54,4 +54,8 @@ package() {
install -Dm644 doc/LICENSE "$pkgdir/usr/share/licenses/sudo/LICENSE"
}
+workaround_for_the_aur_webinterface='
+pkgver=1.8.8
+'
+
# vim:set ts=2 sw=2 et: