summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorfelics2018-03-26 13:40:20 +0200
committerfelics2018-03-26 13:40:20 +0200
commite04e0cb8a47fa80e3e418f5c7473c77c59722334 (patch)
treed61c13040ce552d97b804d237ffda40c6142e4a1
parentb42d44630c0464e4f76b5df0e8220b8b8fd52c79 (diff)
downloadaur-e04e0cb8a47fa80e3e418f5c7473c77c59722334.tar.gz
Brought source URL up to date.
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b41d8f7847ff..99d1a14add7a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = confclerk-git
pkgdesc = QT4 application to make conference schedules offline. Able to import schedules in XML format created by the ​PentaBarf (or ​frab) used by ​FOSDEM, ​DebConf, ​Grazer Linuxtage, ​CCC congresses, ​FrOSCon, and ​many others.
pkgver = 0.6.2_1+g860fc82
- pkgrel = 1
+ pkgrel = 2
url = http://www.toastfreeware.priv.at/confclerk
arch = i686
arch = x86_64
@@ -10,7 +10,7 @@ pkgbase = confclerk-git
depends = qt4
provides = confclerk=0.6.2_1+g860fc82
conflicts = confclerk
- source = confclerk::git+git://git.toastfreeware.priv.at/toast/confclerk.git
+ source = confclerk::git+http://git.toastfreeware.priv.at/toast/confclerk.git
source = confclerk.1.gz::http://manpages.ubuntu.com/manpages.gz/zesty/man1/confclerk.1.gz
sha256sums = SKIP
sha256sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index e14bc45d86cc..0f4d8ea1b251 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@ _pkgname=confclerk
pkgname="${_pkgname}-git"
_pkgver=0.6.2
pkgver=0.6.2_1+g860fc82
-pkgrel=1
+pkgrel=2
pkgdesc='QT4 application to make conference schedules offline. Able to import schedules in XML format created by the ​PentaBarf (or ​frab) used by ​FOSDEM, ​DebConf, ​Grazer Linuxtage, ​CCC congresses, ​FrOSCon, and ​many others.'
arch=('i686' 'x86_64')
url="http://www.toastfreeware.priv.at/confclerk"
@@ -26,7 +26,7 @@ pkgver() {
}
source=(
- "${_pkgname}::git+git://git.toastfreeware.priv.at/toast/confclerk.git"
+ "${_pkgname}::git+http://git.toastfreeware.priv.at/toast/confclerk.git"
"${_pkgname}.1.gz::http://manpages.ubuntu.com/manpages.gz/zesty/man1/confclerk.1.gz"
)