summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorsL1pKn072023-01-23 15:31:07 +0100
committersL1pKn072023-01-23 15:31:07 +0100
commitb8b5e94898c93e4b3ed3a192404240cafd6da5a1 (patch)
tree00cc385260f3085683e87c2c818428ef4f2f71b0
parent8e8588b08ffd8b7124d30c21028026f0196525f5 (diff)
downloadaur-b8b5e94898c93e4b3ed3a192404240cafd6da5a1.tar.gz
bump
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD5
2 files changed, 7 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 877f7d10883d..158a06585b73 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
pkgbase = l-smash-git
- pkgver = v2.14.5.21.g18a9ed2
+ pkgver = 2.14.5.21.g18a9ed2
pkgrel = 1
url = http://l-smash.github.io/l-smash
arch = x86_64
@@ -7,6 +7,7 @@ pkgbase = l-smash-git
makedepends = glibc
makedepends = lib32-glibc
makedepends = git
+ options = debug
source = git+https://github.com/l-smash/l-smash.git
sha256sums = SKIP
@@ -15,13 +16,13 @@ pkgname = l-smash-git
depends = glibc
provides = l-smash
provides = liblsmash.so
- provides = l-smash=v2.14.5.21.g18a9ed2
+ provides = l-smash=2.14.5.21.g18a9ed2
conflicts = l-smash
pkgname = lib32-l-smash-git
pkgdesc = MP4 muxer and other tools. (GIT Version) (32-bits)
depends = lib32-glibc
- depends = l-smash=v2.14.5.21.g18a9ed2
+ depends = l-smash=2.14.5.21.g18a9ed2
provides = lib32-l-smash
provides = liblsmash.so
conflicts = lib32-l-smash
diff --git a/PKGBUILD b/PKGBUILD
index 1aad3aa2bc04..dcd4c7493e70 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@ pkgbase=l-smash-git
pkgname=('l-smash-git'
'lib32-l-smash-git'
)
-pkgver=v2.14.5.21.g18a9ed2
+pkgver=2.14.5.21.g18a9ed2
pkgrel=1
arch=('x86_64')
url='http://l-smash.github.io/l-smash'
@@ -14,10 +14,11 @@ makedepends=('glibc'
'git')
source=('git+https://github.com/l-smash/l-smash.git')
sha256sums=('SKIP')
+options=('debug')
pkgver() {
cd l-smash
- echo "$(git describe --long --tags | tr - .)"
+ echo "$(git describe --long --tags | tr - . | tr -d v)"
}
prepare() {