summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorvasket2019-03-12 17:23:52 +0100
committervasket2019-03-12 17:23:52 +0100
commit57671805765e77a4dbde349c1651b544ccb1781c (patch)
treeddf7aa6d040789c02da964395c75e38225ffb30d /PKGBUILD
parent61a9a96f6793b7ceeab18010b0cd7c426d61f4a5 (diff)
downloadaur-57671805765e77a4dbde349c1651b544ccb1781c.tar.gz
changed licene to LGPLv2, fixed typo
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD7
1 files changed, 3 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index fe6035504ee6..4b4a77866788 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,12 +2,11 @@
pkgname="evolution-decsync"
_pkgname="Evolution-DecSync"
-pkgbase="evolution-decsync"
pkgver="git"
-pkgrel="1"
-pkgdesc="DecSync Plugin for Evoulution. It syncs contact and calendars to a directory, which can be shared with syncthing or rsync"
+pkgrel="2"
+pkgdesc="DecSync Plugin for Evolution. It syncs contact and calendars to a directory, which can be shared with syncthing or rsync"
arch=(x86_64 i686 armv7h aarch64)
-license=("GPLv2")
+license=("LGPLv2")
url="https://github.com/39aldo39/${_pkgname}"
depends=(libgee json-glib evolution-data-server evolution)
makedepends=(cmake meson ninja vala git)