summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMaurizio D'Addona2021-01-07 16:12:05 +0100
committerMaurizio D'Addona2021-01-07 16:12:05 +0100
commit57c0a01594f7103c0b3397a148d8be3022b9da56 (patch)
tree104495567721e40f72cdca2adc37013463a7cec0
parenta0e892b9fea796ac05b8c18b5fa1050740afb697 (diff)
downloadaur-57c0a01594f7103c0b3397a148d8be3022b9da56.tar.gz
update source to https
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 42710525d320..5f9bc41b6bd0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = libsnl-svn
pkgdesc = libSNL is a library of routines used for the manipulation of NURBS curves and surfaces.
pkgver = 18
- pkgrel = 6
+ pkgrel = 7
url = https://libsnl.sourceforge.net/
arch = i686
arch = x86_64
@@ -9,7 +9,7 @@ pkgbase = libsnl-svn
makedepends = subversion
provides = 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
pkgname = libsnl-svn
diff --git a/PKGBUILD b/PKGBUILD
index 67324d907eae..9a06ada5d62c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@ _svnname='libsnl'
pkgname=libsnl-svn
pkgver=18
-pkgrel=6
+pkgrel=7
pkgdesc="libSNL is a library of routines used for the manipulation of NURBS curves and surfaces."
arch=('i686' 'x86_64')
url="https://libsnl.sourceforge.net/"
@@ -14,7 +14,7 @@ conflicts=('libsnl')
depends=()
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')
pkgver()