summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAaditya Bagga2021-05-03 12:49:41 +0530
committerAaditya Bagga2021-05-03 12:49:41 +0530
commit495f7b53fc15f7f06c4233716046366a6dbf80ad (patch)
tree39b4337dd2a1d640aa91042663a4e946146278e5
parenta1732d19ce043b3cb99f580c273817b0dce61fbe (diff)
downloadaur-495f7b53fc15f7f06c4233716046366a6dbf80ad.tar.gz
switch links to https
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD8
2 files changed, 10 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f57ab769b2f2..2a1db66064e6 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,15 @@
+# Generated by mksrcinfo v8
+# Mon May 3 07:19:15 UTC 2021
pkgbase = xfsudo
- pkgdesc = To run graphical applications as superuser using sudo.
+ pkgdesc = To run graphical applications as superuser using sudo
pkgver = 0.7.1
- pkgrel = 1
- url = http://github.com/aadityabagga/xfsudo
+ pkgrel = 2
+ url = https://github.com/aadityabagga/xfsudo
arch = any
license = GPL
depends = sudo
depends = zenity
- source = http://github.com/aadityabagga/xfsudo/archive/0.7.1.tar.gz
+ source = https://github.com/aadityabagga/xfsudo/archive/0.7.1.tar.gz
sha1sums = 0f4ed6df1826cda279acd62a6146244b2795224e
pkgname = xfsudo
diff --git a/PKGBUILD b/PKGBUILD
index b2cd7c5787fd..cb758da0e106 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,14 +2,14 @@
pkgname=xfsudo
pkgver=0.7.1
-pkgrel=1
-pkgdesc="To run graphical applications as superuser using sudo."
-url="http://github.com/aadityabagga/xfsudo"
+pkgrel=2
+pkgdesc="To run graphical applications as superuser using sudo"
+url="https://github.com/aadityabagga/xfsudo"
arch=('any')
license=('GPL')
depends=('sudo' 'zenity')
optdepends=()
-source=("http://github.com/aadityabagga/xfsudo/archive/${pkgver}.tar.gz")
+source=("https://github.com/aadityabagga/xfsudo/archive/${pkgver}.tar.gz")
sha1sums=('0f4ed6df1826cda279acd62a6146244b2795224e')
package() {