diff options
author | Tom Hacohen | 2020-11-25 09:17:37 +0200 |
---|---|---|
committer | Tom Hacohen | 2020-11-25 09:17:37 +0200 |
commit | 9d9b30cb4ccf2f9df9a9be20587487c868f3cb3a (patch) | |
tree | fd6c8c29e4499f3bd9737baec041003cfc6d9f7e /PKGBUILD | |
parent | 18c60bdfa3d70affdfb1a10c7838780ed4799c1b (diff) | |
download | aur-9d9b30cb4ccf2f9df9a9be20587487c868f3cb3a.tar.gz |
Bump version and move back to the main GNOME repo.
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -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() { |