Date: Sunday, February 17, 2019 @ 15:17:20
Author: jlichtblau
Revision: 434103
wxsqlite3 http > https in url
Modified:
wxsqlite3/trunk/PKGBUILD
----------+
PKGBUILD | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2019-02-17 15:06:54 UTC (rev 434102)
+++ PKGBUILD 2019-02-17 15:17:20 UTC (rev 434103)
@@ -8,7 +8,7 @@
pkgrel=1
pkgdesc="wxWidgets wrapper for SQLite3"
arch=('x86_64')
-url="http://utelle.github.io/wxsqlite3"
+url="https://utelle.github.io/wxsqlite3"
license=('custom:wxWindows')
depends=('wxgtk3')
source=($pkgname-$pkgver.tar.gz::https://github.com/utelle/$pkgname/archive/v$pkgver.tar.gz)