summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--.gitignore7
-rw-r--r--PKGBUILD4
3 files changed, 12 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 445234a739af..24e99083d2ab 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = tardis
pkgdesc = A simple backup application for elementary OS
- pkgver = 1.2.1
+ pkgver = 1.2.2
pkgrel = 1
url = https://github.com/chasinglogic/tardis
arch = x86_64
@@ -10,8 +10,8 @@ pkgbase = tardis
depends = gtk3
depends = granite
depends = rsync
- source = tardis-1.2.1.tar.gz::https://github.com/chasinglogic/tardis/archive/v1.2.1.tar.gz
- sha256sums = 951d94742b374c733b10ea83ea6a4b2ca5eb4bb6f810d42fa55015c100ee7023
+ source = tardis-1.2.2.tar.gz::https://github.com/chasinglogic/tardis/archive/v1.2.2.tar.gz
+ sha256sums = e15ff03e4092be5454e2899ea7138b83ed5993bcbdd0bd605916978f612e6509
pkgname = tardis
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 000000000000..4dab8d6386e3
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,7 @@
+# Ignore everything
+*
+
+# But not these files...
+!.gitignore
+!PKGBUILD
+!.SRCINFO
diff --git a/PKGBUILD b/PKGBUILD
index e02059737ce4..027fa33a8d47 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Mark Wagie <mark dot wagie at tutanota dot com>
pkgname=tardis
-pkgver=1.2.1
+pkgver=1.2.2
pkgrel=1
pkgdesc="A simple backup application for elementary OS"
arch=('x86_64')
@@ -9,7 +9,7 @@ license=('GPL3')
depends=('gtk3' 'granite' 'rsync')
makedepends=('meson' 'vala')
source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz")
-sha256sums=('951d94742b374c733b10ea83ea6a4b2ca5eb4bb6f810d42fa55015c100ee7023')
+sha256sums=('e15ff03e4092be5454e2899ea7138b83ed5993bcbdd0bd605916978f612e6509')
build() {
arch-meson "$pkgname-$pkgver" build