summarylogtreecommitdiffstats
path: root/PKGBUILD
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 /PKGBUILD
parenta0e892b9fea796ac05b8c18b5fa1050740afb697 (diff)
downloadaur-libsnl-svn.tar.gz
update source to https
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
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()