You are not logged in.
Hello, im trying to build a package with this pkgbuild:
pkgname=gtk-webcore-jscore-svn
pkgver=117
pkgrel=2
pkgdesc="A javascript interpreter for gtk-webcore."
url="http://gtk-webcore.sourceforge.net/"
arch=(i686 x86_64)
license=('GPL')
depends=('gtk2')
makedepends=('subversion' 'autoconf' 'automake')
replaces=('osb-jscore-svn')
conflicts=('osb-jscore-svn')
source=()
md5sums=()
_svntrunk=https://gtk-webcore.svn.sourceforge.net/svnroot/gtk-webcore/trunk/javascriptcore/
_svnmod=javascriptcore
build() {
cd $startdir/src
svn co $_svntrunk --config-dir ./ $_svnmod
msg "SVN checkout done or server timeout"
msg "Starting make..."
# Install
cd $_svnmod/
sh autogen.sh
./configure --prefix=/usr
make || return 1
make DESTDIR=$startdir/pkg install
}
But versionpkg can't find this url: /svnroot/gtk-webcore/!svn/bc/126/trunk/javascriptcore
Which is not the right url, what is wrong?
Use the Source, Luke!
Offline
Found the problem, typo in _svntrunk.
Use the Source, Luke!
Offline
Could you put yours pkgbuilds on aur ?
Offline
its allready there, its not mine.
Use the Source, Luke!
Offline