summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorThor772021-05-04 20:36:10 +0200
committerThor772021-05-04 20:36:10 +0200
commitc4a510871588f744cef6da2d1559d8b2a350729e (patch)
treedd9f40afb1a0109654bc40b7384d4db50c5946ae
parenta5b5d260e946aa3509075edd572f34e861024efb (diff)
downloadaur-python-axolotl-curve25519-git.tar.gz
Use git+https for source url
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ba20851654bb..244d26a1bbf0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = python-axolotl-curve25519-git
pkgdesc = Python wrapper for curve25519 library
pkgver = 0.4.1.2.r0.293f9cd
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/tgalal/python-axolotl-curve25519
arch = i686
arch = x86_64
@@ -11,7 +11,7 @@ pkgbase = python-axolotl-curve25519-git
depends = python
provides = python-axolotl-curve25519
conflicts = python-axolotl-curve25519
- source = git://github.com/tgalal/python-axolotl-curve25519
+ source = git+https://github.com/tgalal/python-axolotl-curve25519
sha512sums = SKIP
pkgname = python-axolotl-curve25519-git
diff --git a/PKGBUILD b/PKGBUILD
index 6ee6cd3c61b7..4f6d296a70d9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@
pkgname='python-axolotl-curve25519-git'
_pkgname='python-axolotl-curve25519'
pkgver=0.4.1.2.r0.293f9cd
-pkgrel=1
+pkgrel=2
pkgdesc="Python wrapper for curve25519 library"
url="https://github.com/tgalal/${_pkgname}"
arch=('i686' 'x86_64')
@@ -15,7 +15,7 @@ depends=('python')
makedepends=('python-setuptools' 'git')
conflicts=('python-axolotl-curve25519')
provides=('python-axolotl-curve25519')
-source=('git://github.com/tgalal/python-axolotl-curve25519')
+source=('git+https://github.com/tgalal/python-axolotl-curve25519')
sha512sums=('SKIP')
pkgver() {