git subrepo pull libsnl-svn

subrepo:
  subdir:   "libsnl-svn"
  merged:   "57c0a01"
upstream:
  origin:   "https://aur.archlinux.org/libsnl-svn"
  branch:   "master"
  commit:   "57c0a01"
git-subrepo:
  version:  "0.4.3"
  origin:   "???"
  commit:   "???"
This commit is contained in:
Gabriel Ebner 2021-01-10 10:43:47 +01:00
parent 5624b373ec
commit e601c30a02
3 changed files with 9 additions and 9 deletions

View File

@ -1,15 +1,15 @@
pkgbase = libsnl-svn pkgbase = libsnl-svn
pkgdesc = libSNL is a library of routines used for the manipulation of NURBS curves and surfaces. pkgdesc = libSNL is a library of routines used for the manipulation of NURBS curves and surfaces.
pkgver = 18 pkgver = 18
pkgrel = 5 pkgrel = 7
url = http://libsnl.sourceforge.net/ url = https://libsnl.sourceforge.net/
arch = i686 arch = i686
arch = x86_64 arch = x86_64
license = GPL2 license = GPL2
makedepends = subversion makedepends = subversion
provides = libsnl provides = libsnl
conflicts = libsnl conflicts = libsnl
source = libsnl::svn://svn.code.sf.net/p/libsnl/code/trunk source = libsnl::svn+https://svn.code.sf.net/p/libsnl/code/trunk
md5sums = SKIP md5sums = SKIP
pkgname = libsnl-svn pkgname = libsnl-svn

View File

@ -6,7 +6,7 @@
[subrepo] [subrepo]
remote = https://aur.archlinux.org/libsnl-svn remote = https://aur.archlinux.org/libsnl-svn
branch = master branch = master
commit = 0c63efff07af98b780941a5f12ea71d78c202807 commit = 57c0a01594f7103c0b3397a148d8be3022b9da56
parent = a792eddff198b0bf50ffa2c9b9c3fe845dbf3513 parent = 8336f50f7bae381ccb30fcc94289cda087a423bc
method = merge method = merge
cmdver = 0.4.1 cmdver = 0.4.3

View File

@ -4,17 +4,17 @@ _svnname='libsnl'
pkgname=libsnl-svn pkgname=libsnl-svn
pkgver=18 pkgver=18
pkgrel=5 pkgrel=7
pkgdesc="libSNL is a library of routines used for the manipulation of NURBS curves and surfaces." pkgdesc="libSNL is a library of routines used for the manipulation of NURBS curves and surfaces."
arch=('i686' 'x86_64') arch=('i686' 'x86_64')
url="http://libsnl.sourceforge.net/" url="https://libsnl.sourceforge.net/"
license=('GPL2') license=('GPL2')
provides=('libsnl') provides=('libsnl')
conflicts=('libsnl') conflicts=('libsnl')
depends=() depends=()
makedepends=('subversion') makedepends=('subversion')
source=("$_svnname::svn://svn.code.sf.net/p/$_svnname/code/trunk") source=("$_svnname::svn+https://svn.code.sf.net/p/$_svnname/code/trunk")
md5sums=('SKIP') md5sums=('SKIP')
pkgver() pkgver()