summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJakub Klinkovský2023-11-14 22:55:07 +0100
committerJakub Klinkovský2023-11-14 22:55:22 +0100
commit971b38805d3bcc2b3f62da420bf4dc74ae5959b6 (patch)
tree9cc21f9dd6b713f8522de148e53aa2b0a48e9959 /PKGBUILD
parente49156b49a33dad11f05569c0bbb6037c124cfeb (diff)
downloadaur-oojs-ui-archlinux-git.tar.gz
update to version 0.48.2
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 4e04114e522f..c5a3a7dc21d8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@ _name=oojs-ui
pkgname=$_name-archlinux-git
pkgdesc="JavaScript UI library used by MediaWiki (with ArchLinux theme)"
url="https://github.com/lahwaacz/oojs-ui"
-pkgver=v0.48.1.r5.g81bab18
+pkgver=0.48.2.r6.gbfd702e
pkgrel=1
license=(MIT)
arch=(any)
@@ -15,7 +15,7 @@ sha256sums=('SKIP')
pkgver() {
cd $_name
- git describe --long --tags --abbrev=7 | sed 's/\([^-]*-g\)/r\1/;s/-/./g'
+ git describe --long --tags --abbrev=7 | sed 's/^v//;s/\([^-]*-g\)/r\1/;s/-/./g'
}
build() {