summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
author64bitman2024-05-08 20:23:40 -0400
committer64bitman2024-05-08 20:23:40 -0400
commit8f9832e157753a7583d825f58b9486b90810f079 (patch)
treeb79260c578cb418838bb20500cb9f08086f24e96 /PKGBUILD
parentcf8b841c93ab041533028940bef73edb1be81723 (diff)
downloadaur-8f9832e157753a7583d825f58b9486b90810f079.tar.gz
use https for source
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 3 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 619a0658646c..09711d34ea3b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,4 +1,5 @@
-# Maintainer: Christian Hesse <mail@eworm.de>
+# Maintainer: 64bitman <chen.foxe@gmail.com>
+# Contributor: Christian Hesse <mail@eworm.de>
# Contributor: Aaron Fischer <mail@aaron-fischer.net>
# Contributor: Steven Allen <steven@stebalien.com>
# Contributor: trile7 at gmail dot com
@@ -9,7 +10,7 @@ _pkgname=yad
pkgver=v13.0.r7.g92a7978
pkgrel=1
pkgdesc="A fork of zenity - display graphical dialogs from shell scripts or command line"
-url="http://github.com/v1cont/yad"
+url="https://github.com/v1cont/yad"
arch=('x86_64')
license=('GPL3')
depends=('gtk3>=3.22.0' 'webkit2gtk-4.1' 'gspell' 'gtksourceview3')