Skip to content

Commit

Permalink
Update packages/undbx/PKGBUILD
Browse files Browse the repository at this point in the history
Co-authored-by: Alexandre ZANNI <[email protected]>
  • Loading branch information
D3vil0p3r and noraj committed Jun 26, 2023
1 parent 4ca6af9 commit 3065bc5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/undbx/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ sha512sums=('SKIP')
pkgver() {
cd $pkgname

git describe --long --tags | sed 's/\([^-]*-g\)/r\1/;s/-/./g'
git describe --long --tags | sed 's/undbx-//' | sed 's/\([^-]*-g\)/r\1/;s/-/./g'
}

prepare() {
Expand Down

0 comments on commit 3065bc5

Please sign in to comment.