summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorXyem2021-12-14 00:05:16 +0000
committerXyem2021-12-14 00:05:16 +0000
commit17d0a6d4609aaf5de98781bf37ef980483aba884 (patch)
treed1eb7cf3030ed7373565426b5ee16a3608d4c169
parent42b41a5e0ed6859f14c34531cb5c03c3b4f196e1 (diff)
downloadaur-17d0a6d4609aaf5de98781bf37ef980483aba884.tar.gz
Fix pkgver to match upstream
Package version was derived from upstream file date but month and day seem to have been swapped.
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 5ba28178da9a..ef1fed470584 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: James An <james@jamesan.ca>
pkgname=geany-openscad
-pkgver=20140305
+pkgver=20140503
pkgrel=2
pkgdesc="Syntax highlighting and auto-completion for OpenSCAD files in Geany."
arch=('any')