summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 472a3e40c39a..0283aebfebe6 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = cgicc
pkgdesc = C++ library that simplifies the creation of CGI applications
pkgver = 3.2.16
- pkgrel = 1
+ pkgrel = 2
url = https://www.gnu.org/software/cgicc/
arch = i686
arch = x86_64
license = LGPL3
makedepends = doxygen
- source = http://ftp.gnu.org/gnu/cgicc/cgicc-3.2.16.tar.gz
+ source = https://ftp.gnu.org/gnu/cgicc/cgicc-3.2.16.tar.gz
sha256sums = 9dceb36d2da52791ee11f2fb5bb6435c22e69ef50f38073c4329386b883d5aaa
pkgname = cgicc
diff --git a/PKGBUILD b/PKGBUILD
index eaac66ef9b81..70d61edbb7b6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,13 +1,13 @@
# Maintainer: Dario Ostuni <another.code.996@gmail.com>
pkgname=cgicc
pkgver=3.2.16
-pkgrel=1
+pkgrel=2
pkgdesc="C++ library that simplifies the creation of CGI applications"
arch=('i686' 'x86_64')
url="https://www.gnu.org/software/cgicc/"
license=('LGPL3')
makedepends=('doxygen')
-source=("http://ftp.gnu.org/gnu/cgicc/$pkgname-$pkgver.tar.gz")
+source=("https://ftp.gnu.org/gnu/cgicc/$pkgname-$pkgver.tar.gz")
sha256sums=('9dceb36d2da52791ee11f2fb5bb6435c22e69ef50f38073c4329386b883d5aaa')
build() {