summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJonas Meier2017-05-06 11:10:05 +0200
committerJonas Meier2017-05-06 11:10:05 +0200
commita27d9f2303b750034fe610846c79590971482eed (patch)
treee6250ea8ff3d0156ce99b2f4e7e03c32025a2b8a
parent72ee667e0132a76867ddc6478385689817e1b6f1 (diff)
downloadaur-a27d9f2303b750034fe610846c79590971482eed.tar.gz
Updated package version,
changed source from git:// to git+https://
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 85954af822d1..7ee1559528dd 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = akonadi-ews-git
pkgdesc = Resource agent for Microsoft Exchange using Exchange Web Services (EWS) protocol
- pkgver = r306.2b86eca
+ pkgver = r316.854ca8c
pkgrel = 1
url = https://github.com/KrissN/akonadi-ews/
arch = i686
@@ -15,7 +15,7 @@ pkgbase = akonadi-ews-git
depends = kcontacts
provides = akonadi-ews
conflicts = akonadi-ews
- source = git://github.com/KrissN/akonadi-ews.git
+ source = git+https://github.com/KrissN/akonadi-ews.git
sha256sums = SKIP
pkgname = akonadi-ews-git
diff --git a/PKGBUILD b/PKGBUILD
index 3033fb8c502a..ff81a0e085a0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_gitname=akonadi-ews
pkgname=$_gitname-git
-pkgver=r306.2b86eca
+pkgver=r316.854ca8c
pkgrel=1
pkgdesc="Resource agent for Microsoft Exchange using Exchange Web Services (EWS) protocol"
arch=('i686' 'x86_64')
@@ -12,7 +12,7 @@ depends=('kcalcore' 'akonadi-mime' 'hicolor-icon-theme' 'kcontacts')
makedepends=('extra-cmake-modules' 'boost' 'kdesignerplugin')
conflicts=("$_gitname")
provides=("$_gitname")
-source=("git://github.com/KrissN/$_gitname.git")
+source=("git+https://github.com/KrissN/$_gitname.git")
sha256sums=('SKIP')
pkgver() {