summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--.gitignore3
-rw-r--r--PKGBUILD2
3 files changed, 5 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 24a824324cd0..471b7ebf664c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = akonadi-decsync-resource-git
pkgdesc = Getting KDE's Akonadi to use DecSync for contacts, calendars and RSS.
- pkgver = r37.da1614a
+ pkgver = r40.278a637
pkgrel = 1
url = https://github.com/TimoWilken/akonadi-decsync-resource
arch = x86_64
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 000000000000..c1cde2a56d59
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,3 @@
+akonadi-decsync-resource/
+*.pkg.tar
+*.pkg.tar.*
diff --git a/PKGBUILD b/PKGBUILD
index 29b93e4e28fa..fcf832d24cf2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Timo Wilken <timo.21.wilken+aur@gmail.com>
_pkgname=akonadi-decsync-resource
pkgname="$_pkgname-git"
-pkgver=r37.da1614a
+pkgver=r40.278a637
pkgrel=1
pkgdesc="Getting KDE's Akonadi to use DecSync for contacts, calendars and RSS."
arch=(x86_64)