summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichal Wojdyla2021-06-05 21:19:45 +0200
committerMichal Wojdyla2021-06-05 21:19:45 +0200
commitb572b576b3448b941c11b33392651d73d7185620 (patch)
treee97f0cd99659ae0af7e77937ff067318942ab0c4
parent6d5a77a61f408fe074238b1308bc82719beed786 (diff)
downloadaur-jj.tar.gz
https
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD6
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7a505fee0029..260c14dda361 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -2,13 +2,13 @@ pkgbase = jj
pkgdesc = A simple FIFO and filesystem based Jabber/XMPP client
pkgver = 2
pkgrel = 1
- url = http://23.fi/jj/
+ url = https://23.fi/jj/
arch = i686
arch = x86_64
license = GPL3
depends = loudmouth
depends = glib2
- source = http://23.fi/jj/jj-2.tar.gz
+ source = https://23.fi/jj/jj-2.tar.gz
md5sums = ea5d307194277415187e3210db744b53
pkgname = jj
diff --git a/PKGBUILD b/PKGBUILD
index 7be2323fbcda..9128bcc6c439 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,14 @@
-# Maintainer: Score_Under <seejay.11@gmail.com>
+# Contributor: Score_Under <seejay.11@gmail.com>
pkgname=jj
pkgver=2
pkgrel=1
pkgdesc="A simple FIFO and filesystem based Jabber/XMPP client"
-url="http://23.fi/$pkgname/"
+url="https://23.fi/$pkgname/"
arch=('i686' 'x86_64')
license=('GPL3')
depends=(loudmouth glib2)
-source=("http://23.fi/$pkgname/$pkgname-$pkgver.tar.gz")
+source=("https://23.fi/$pkgname/$pkgname-$pkgver.tar.gz")
md5sums=('ea5d307194277415187e3210db744b53')
build() {