summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTom Hacohen2020-11-25 09:17:37 +0200
committerTom Hacohen2020-11-25 09:17:37 +0200
commit9d9b30cb4ccf2f9df9a9be20587487c868f3cb3a (patch)
treefd6c8c29e4499f3bd9737baec041003cfc6d9f7e
parent18c60bdfa3d70affdfb1a10c7838780ed4799c1b (diff)
downloadaur-9d9b30cb4ccf2f9df9a9be20587487c868f3cb3a.tar.gz
Bump version and move back to the main GNOME repo.
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD6
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a438bde99288..7bb4c4d98870 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = evolution-etesync-git
pkgdesc = EteSync (end-to-end encrypted sync) plugin for Evolution
- pkgver = 0.6.0.r176.91de4e3
+ pkgver = 0.7.0.r12.f7849e9
pkgrel = 1
url = https://gitlab.gnome.org/GNOME/evolution-etesync/
arch = x86_64
@@ -16,7 +16,7 @@ pkgbase = evolution-etesync-git
depends = evolution-data-server
depends = evolution
depends = libetebase
- source = evolution-etesync::git+https://gitlab.gnome.org/nourmat/evolution-etesync.git#branch=EteSync-2.0
+ source = evolution-etesync::git+https://gitlab.gnome.org/GNOME/evolution-etesync.git
sha512sums = SKIP
pkgname = evolution-etesync-git
diff --git a/PKGBUILD b/PKGBUILD
index f1e07ff88cb7..5a079957d55f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=evolution-etesync-git
_pkgname=evolution-etesync
-pkgver=0.6.0.r176.91de4e3
+pkgver=0.7.0.r12.f7849e9
pkgrel=1
pkgdesc="EteSync (end-to-end encrypted sync) plugin for Evolution"
arch=(x86_64)
@@ -10,13 +10,13 @@ url="https://gitlab.gnome.org/GNOME/evolution-etesync/"
license=('LGPL')
depends=(libgee json-glib evolution-data-server evolution libetebase)
makedepends=(cmake meson ninja vala git intltool)
-source=("${_pkgname}::git+https://gitlab.gnome.org/nourmat/evolution-etesync.git#branch=EteSync-2.0")
+source=("${_pkgname}::git+https://gitlab.gnome.org/GNOME/evolution-etesync.git")
sha512sums=('SKIP')
pkgver() {
cd "$_pkgname"
# FIXME: change to this when there's a tag: git describe --long | sed 's/^v//;s/\([^-]*-g\)/r\1/;s/-/./g'
- printf "0.6.0.r%s.%s" "$(git rev-list --count HEAD)" "$(git rev-parse --short HEAD)"
+ printf "0.7.0.r%s.%s" "$(git rev-list --count HEAD)" "$(git rev-parse --short HEAD)"
}
build() {