summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index dabf33b159b5..f6caf507e9b6 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,10 +1,10 @@
# Generated by mksrcinfo v8
-# Mon Apr 18 04:16:50 UTC 2016
+# Wed Jul 12 18:59:51 UTC 2017
pkgbase = epaste-git
pkgdesc = encrypts given text and turns encrypted bytes into base64 text which can be easily pasted/retrieved on pastebin websites
- pkgver = v1.0.0.r0.7e961c5
+ pkgver = v1.0.2.r13.4f453c8
pkgrel = 1
- url = https://github.com/zetok/epaste
+ url = https://gitlab.com/zetok/epaste
arch = i686
arch = x86_64
license = GPL3
@@ -14,7 +14,7 @@ pkgbase = epaste-git
depends = libsodium
provides = epaste
conflicts = epaste
- source = epaste::git+https://github.com/zetok/epaste.git
+ source = epaste::git+https://gitlab.com/zetok/epaste.git
sha512sums = SKIP
pkgname = epaste-git
diff --git a/PKGBUILD b/PKGBUILD
index 3a84b4be7947..2f2b9886efbe 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,10 +1,10 @@
# Maintainer: Jason Papakostas <vithos@gmail.com>
pkgname=epaste-git
-pkgver=v1.0.0.r0.7e961c5
+pkgver=v1.0.2.r13.4f453c8
pkgrel=1
pkgdesc="encrypts given text and turns encrypted bytes into base64 text which can be easily pasted/retrieved on pastebin websites"
arch=('i686' 'x86_64')
-url="https://github.com/zetok/epaste"
+url="https://gitlab.com/zetok/epaste"
license=('GPL3')
groups=()
depends=('gcc-libs' 'libsodium')