mirror of
https://bitbucket.org/smil3y/katana.git
synced 2025-02-23 18:32:47 +00:00
parent
6d65c174e9
commit
54bffb1ae9
1 changed files with 2 additions and 2 deletions
|
@ -5,7 +5,7 @@
|
|||
# Contributor: Pierre Schmitz <pierre@archlinux.de>
|
||||
|
||||
pkgname=katana-workspace
|
||||
pkgver=4.18.0.952244d6
|
||||
pkgver=c
|
||||
pkgrel=1
|
||||
pkgdesc="Katana workspace interface and basic tools"
|
||||
arch=('i486' 'i686' 'pentium4' 'x86_64' 'arm')
|
||||
|
@ -46,7 +46,7 @@ export CFLAGS="${CFLAGS} -flto" CXXFLAGS="${CXXFLAGS} -flto"
|
|||
|
||||
pkgver() {
|
||||
cd kde-workspace
|
||||
printf "4.18.0.%s" "$(git rev-parse --short HEAD)"
|
||||
printf "4.18.0."r%s.%s "$(git rev-list --count HEAD)" "$(git rev-parse --short HEAD)"
|
||||
}
|
||||
|
||||
prepare() {
|
||||
|
|
Loading…
Add table
Reference in a new issue