summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorTom Hacohen2020-11-25 09:17:37 +0200
committerTom Hacohen2020-11-25 09:17:37 +0200
commit9d9b30cb4ccf2f9df9a9be20587487c868f3cb3a (patch)
treefd6c8c29e4499f3bd9737baec041003cfc6d9f7e /PKGBUILD
parent18c60bdfa3d70affdfb1a10c7838780ed4799c1b (diff)
downloadaur-9d9b30cb4ccf2f9df9a9be20587487c868f3cb3a.tar.gz
Bump version and move back to the main GNOME repo.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
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() {