summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--.gitignore2
-rw-r--r--PKGBUILD6
3 files changed, 9 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7161334e8f6e..6b84e989e91e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,14 @@
pkgbase = turtl
pkgdesc = Turtl lets you take notes, bookmark websites, and store documents for sensitive projects.
pkgver = 0.6.4
- pkgrel = 2
- url = https://turtl.it
+ pkgrel = 3
+ url = https://turtlapp.com/
arch = i686
arch = x86_64
license = GPL3
+ depends = gconf
depends = gendesk
+ depends = libxss
source = turtl.png
md5sums = 9e99b3fe83cb796343b7f1b21959f0d7
source_i686 = https://turtl.it/releases/desktop/turtl-linux32-0.6.4.tar.bz2
diff --git a/.gitignore b/.gitignore
index 4e0b625c61a0..dffe93cb91e3 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,4 @@
*.tar.bz2
*.tar.xz
+pkg
+src
diff --git a/PKGBUILD b/PKGBUILD
index ea6936d4e844..52df089c3361 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,11 +2,11 @@
# This particular update is brought to you by gaalcaras (https://keybase.io/gaalcaras)
pkgname=turtl
pkgver=0.6.4
-pkgrel=2
+pkgrel=3
pkgdesc="Turtl lets you take notes, bookmark websites, and store documents for sensitive projects."
arch=('i686' 'x86_64')
-url="https://turtl.it"
-depends=('gendesk')
+url="https://turtlapp.com/"
+depends=('gconf' 'gendesk' 'libxss')
license=('GPL3')
source=("turtl.png")
source_i686=("https://turtl.it/releases/desktop/$pkgname-linux32-$pkgver.tar.bz2")