summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2ce3c172b939..aa948533c015 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = stint-git
pkgdesc = Simple, suckless-style color grabber for X11
pkgver = 20120807
- pkgrel = 2
+ pkgrel = 5
url = https://github.com/djpohly/stint
arch = i686
arch = x86_64
@@ -9,8 +9,7 @@ pkgbase = stint-git
makedepends = git
depends = libx11
provides = stint
- source = git://github.com/djpohly/stint.git
+ source = git+https://github.com/djpohly/stint.git
sha256sums = SKIP
pkgname = stint-git
-
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() {