summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorDevin J. Pohly2022-03-15 21:20:43 -0500
committerDevin J. Pohly2022-03-15 21:20:43 -0500
commitd7de206764cacb6cfa822ede6e2cf12f525f174b (patch)
treeb28af9a4ba3eb7ec17db1470482fcf58a34f6796 /PKGBUILD
parent419a3dd8f1393c786ee3fbcc645649b140115bce (diff)
downloadaur-stint-git.tar.gz
use https with GitHub sources
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 7d56c4dbc353..54a863b45e8e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=stint-git
_pkgname=stint
pkgver=20120807
-pkgrel=2
+pkgrel=5
pkgdesc="Simple, suckless-style color grabber for X11"
arch=(i686 x86_64)
url="https://github.com/djpohly/stint"
@@ -10,7 +10,7 @@ license=('GPL')
depends=('libx11')
makedepends=('git')
provides=("$_pkgname")
-source=('git://github.com/djpohly/stint.git')
+source=('git+https://github.com/djpohly/stint.git')
sha256sums=('SKIP')
build() {