summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 60fa4487e3c4..a92c2887f40b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -24,7 +24,7 @@ source=("git+https://github.com/libsdl-org/SDL_mixer")
sha256sums=('SKIP')
pkgver() {
- cd SDL
+ cd SDL_mixer
git describe --long --tags | sed 's/\([^-]*-g\)/r\1/;s/-/./g'
}