summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartin Rys2022-03-17 08:53:20 +0100
committerMartin Rys2022-03-17 08:53:20 +0100
commitc7e4e70043f7f2af09f2b6843a99441bb41db442 (patch)
tree06edd55daaad6b3cf598334a72a5ef865acb95c8
parentac9c60c75b550394ba432face71339565896331f (diff)
downloadaur-c7e4e70043f7f2af09f2b6843a99441bb41db442.tar.gz
Switch git to git+https
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6d110aa63ba8..e5169d24de48 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = haste-server-git
pkgdesc = Prettiest, easiest to use pastebin ever made
- pkgver = r384.5d2965f
- pkgrel = 3
+ pkgver = r399.7286385
+ pkgrel = 1
url = https://github.com/toptal/haste-server
arch = any
license = MIT
@@ -11,7 +11,7 @@ pkgbase = haste-server-git
provides = haste-server
conflicts = haste-server
options = !emptydirs
- source = git://github.com/toptal/haste-server.git
+ source = git+https://github.com/toptal/haste-server.git
sha256sums = SKIP
pkgname = haste-server-git
diff --git a/PKGBUILD b/PKGBUILD
index 5e079080a9dc..31b25253ef86 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,8 +2,8 @@
pkgname=haste-server-git
_gitname=haste-server
-pkgver=r384.5d2965f
-pkgrel=3
+pkgver=r399.7286385
+pkgrel=1
pkgdesc="Prettiest, easiest to use pastebin ever made"
arch=('any')
url="https://github.com/toptal/haste-server"
@@ -13,7 +13,7 @@ makedepends=('git' 'npm')
provides=('haste-server')
conflicts=('haste-server')
options=(!emptydirs)
-source=('git://github.com/toptal/haste-server.git')
+source=('git+https://github.com/toptal/haste-server.git')
sha256sums=('SKIP')
pkgver() {