mirror of
https://gitdl.cn/https://github.com/chakralinux/desktop.git
synced 2025-01-25 02:52:13 +08:00
fix typo
This commit is contained in:
parent
4eb0d21a06
commit
9148787c97
@ -6,7 +6,7 @@
|
||||
# (c) 2010 Drake Justice
|
||||
|
||||
pkgname=cinstall
|
||||
pkgver=0.4.5
|
||||
pkgver=0.4.4
|
||||
pkgrel=1
|
||||
depends=('rsync' 'cbundle')
|
||||
makedepends=('kdelibs' 'qt' 'automoc4')
|
||||
@ -16,10 +16,8 @@ license=('GPL')
|
||||
install=$pkgname.install
|
||||
url="http://chakra-project.org/"
|
||||
|
||||
source=("http://chakra-project.org/sources/cinstall/cinstall-$pkgver.tar.xz"
|
||||
main.cpp)
|
||||
md5sums=('23baab87c78633196aaae624ca667f1a'
|
||||
4a539d6c41c94bffc325b8c25864e9bc)
|
||||
source=("http://chakra-project.org/sources/cinstall/cinstall-$pkgver.tar.xz")
|
||||
md5sums=('23baab87c78633196aaae624ca667f1a')
|
||||
|
||||
# create tarball: source PKGBUILD && mksource
|
||||
|
||||
@ -33,7 +31,6 @@ mksource() {
|
||||
|
||||
build() {
|
||||
cd "${srcdir}/cinstall"
|
||||
cp -v ${srcdir}/main.cpp "${srcdir}/cinstall"
|
||||
cmake \
|
||||
-DCMAKE_INSTALL_PREFIX=/usr \
|
||||
-DCMAKE_BUILD_TYPE=Release
|
||||
|
Loading…
Reference in New Issue
Block a user