summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJan Mertens2015-07-13 00:32:33 +0200
committerJan Mertens2015-07-13 00:32:33 +0200
commitfb024c5eb629273740429a8132745fbfa8ece53a (patch)
tree44b49c1aee02ab5610f4f2f696ab28a9e8170396
parentb234c44d36374e68f4690e824f9edde8b2bf349d (diff)
downloadaur-fb024c5eb629273740429a8132745fbfa8ece53a.tar.gz
fix Source URL
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 57a1bcc2ff44..6bafdda0b13b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = aclock
pkgdesc = Analog clock written in GTK3.
pkgver = 14.10756e3
- pkgrel = 1
+ pkgrel = 2
url = http://github.com/mertensj/aclock
arch = i686
arch = x86_64
license = GPL
depends = gtk3
- source = git+https://git@github.com/mertensj/aclock.git
+ source = https://git@github.com/mertensj/aclock.git
md5sums = SKIP
pkgname = aclock
diff --git a/PKGBUILD b/PKGBUILD
index bc91945b37c2..0be01bddb956 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,13 +2,13 @@
pkgname=aclock
pkgver=14.10756e3
-pkgrel=1
+pkgrel=2
pkgdesc="Analog clock written in GTK3."
arch=('i686' 'x86_64')
url="http://github.com/mertensj/aclock"
license=('GPL')
depends=('gtk3')
-source=("git+https://git@github.com/mertensj/aclock.git")
+source=("https://git@github.com/mertensj/aclock.git")
md5sums=("SKIP")
_gitname="aclock"