summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGarlicbreadwolfs2023-10-01 18:42:23 +0900
committerGarlicbreadwolfs2023-10-01 18:42:23 +0900
commit408952dee79b9b5a305c1eef4edfa69fc1e67c03 (patch)
tree38450dea77d4963a9e1930401b4a5c1b7b061183
parentc7b9e8972bd1b0cb9cc5dba2fa903e273d0fa748 (diff)
downloadaur-408952dee79b9b5a305c1eef4edfa69fc1e67c03.tar.gz
Change source URL to https
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD7
2 files changed, 6 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f283313eecbd..7a2a6c91d775 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,7 @@
-# Generated by mksrcinfo v8
-# Mon Jun 5 10:09:34 UTC 2017
pkgbase = sphinx
pkgdesc = Free open-source SQL full-text search engine.
pkgver = 2.2.11
- pkgrel = 2
+ pkgrel = 3
url = http://www.sphinxsearch.com/
install = sphinx.install
arch = i686
@@ -15,7 +13,7 @@ pkgbase = sphinx
depends = postgresql-libs
optdepends = postgresql
backup = etc/conf.d/sphinx
- source = http://sphinxsearch.com/files/sphinx-2.2.11-release.tar.gz
+ source = https://sphinxsearch.com/files/sphinx-2.2.11-release.tar.gz
source = sphinx.conf.d
source = sphinx.rc.d
source = sphinx.service
@@ -27,4 +25,3 @@ pkgbase = sphinx
md5sums = 22ec4cd0471a1d52702d57d78614b8d8
pkgname = sphinx
-
diff --git a/PKGBUILD b/PKGBUILD
index 75c58356a2d5..f5a482bff68b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,4 +1,5 @@
-# Maintainer: Isaac Aronson <i at linux dotcom>
+# Maintainer: Garlicbreadwolfs
+# Contributor: Isaac Aronson <i at linux dotcom>
# Contributor: Dan Serban
# Contributor: Jim Casteel
# Contributor: dryes <joswiseman@gmail>
@@ -8,7 +9,7 @@
# Contributor: Florijan Hamzic <florijanh@gmail.com>
pkgname='sphinx'
pkgver=2.2.11
-pkgrel=2
+pkgrel=3
pkgdesc='Free open-source SQL full-text search engine.'
arch=('i686' 'x86_64')
url='http://www.sphinxsearch.com/'
@@ -17,7 +18,7 @@ depends=('unixodbc' 'expat' 'libmariadbclient' 'postgresql-libs')
optdepends=('postgresql')
backup=('etc/conf.d/sphinx')
install='sphinx.install'
-source=("http://sphinxsearch.com/files/${pkgname}-${pkgver}-release.tar.gz"
+source=("https://sphinxsearch.com/files/${pkgname}-${pkgver}-release.tar.gz"
'sphinx.conf.d'
'sphinx.rc.d'
'sphinx.service'