summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTom Hacohen2020-10-02 14:35:43 +0300
committerTom Hacohen2020-10-02 14:35:43 +0300
commit20453426c0d4b8785f75200a5c6750bfa617b409 (patch)
tree61a820c47ce0d13559fc43dcb45317efacd2e0cc
parentc16a160cb8cf4e6fa172c59013ad81b3c9174a8e (diff)
downloadaur-20453426c0d4b8785f75200a5c6750bfa617b409.tar.gz
Change to new repo and update version.
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD8
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a77afe7c34b6..367eb6f715aa 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = evolution-etesync-git
pkgdesc = EteSync (end-to-end encrypted sync) plugin for Evolution
- pkgver = r102.659c7c8
+ pkgver = 0.5.1.r0.g8f0a8aa
pkgrel = 1
url = https://gitlab.gnome.org/nourmat/evolution-etesync/
arch = x86_64
@@ -16,7 +16,7 @@ pkgbase = evolution-etesync-git
depends = evolution-data-server
depends = evolution
depends = etesync-git
- source = evolution-etesync::git+https://gitlab.gnome.org/nourmat/evolution-etesync.git
+ 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 cf8debe15e71..857db2a2cb26 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=evolution-etesync-git
_pkgname=evolution-etesync
-pkgver=r102.659c7c8
+pkgver=0.5.1.r0.g8f0a8aa
pkgrel=1
pkgdesc="EteSync (end-to-end encrypted sync) plugin for Evolution"
arch=(x86_64)
@@ -10,12 +10,12 @@ url="https://gitlab.gnome.org/nourmat/evolution-etesync/"
license=('LGPL')
depends=(libgee json-glib evolution-data-server evolution etesync-git)
makedepends=(cmake meson ninja vala git intltool)
-source=("${_pkgname}::git+https://gitlab.gnome.org/nourmat/evolution-etesync.git")
+source=("${_pkgname}::git+https://gitlab.gnome.org/GNOME/evolution-etesync.git")
sha512sums=('SKIP')
pkgver() {
- cd "$_pkgname"
- printf "r%s.%s" "$(git rev-list --count HEAD)" "$(git rev-parse --short HEAD)"
+ cd "$_pkgname"
+ git describe --long | sed 's/^v//;s/\([^-]*-g\)/r\1/;s/-/./g'
}
build() {