summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorOliver Anhuth2018-03-13 10:46:04 +0100
committerOliver Anhuth2018-03-13 10:46:04 +0100
commit33cbd64e7b5ef0d60bd2b0258d533516f54507de (patch)
tree6de8b3b89b246541d62bbba57605c11174f81326
parent73feed53f9bf96726399c0a275eac4247d2f981d (diff)
downloadaur-33cbd64e7b5ef0d60bd2b0258d533516f54507de.tar.gz
0.14.16
-rw-r--r--.SRCINFO6
-rw-r--r--.gitignore4
-rw-r--r--PKGBUILD4
3 files changed, 9 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index fa5d490148e5..8d21f2d364af 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = albert-lite
pkgdesc = A sophisticated standalone keyboard launcher. Without QML and VirtualBox dependencies
- pkgver = 0.14.15
- pkgrel = 2
+ pkgver = 0.14.16
+ pkgrel = 1
url = https://github.com/albertlauncher
arch = i686
arch = x86_64
@@ -19,7 +19,7 @@ pkgbase = albert-lite
provides = albert
conflicts = albert-git
conflicts = albert
- source = mirrors/albert::git+https://github.com/albertlauncher/albert.git#tag=v0.14.15
+ source = mirrors/albert::git+https://github.com/albertlauncher/albert.git#tag=v0.14.16
source = mirrors/plugins::git+https://github.com/albertlauncher/plugins.git
source = mirrors/python::git+https://github.com/albertlauncher/python.git
source = mirrors/pybind11::git+https://github.com/pybind/pybind11.git
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 000000000000..474fc0476caa
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,4 @@
+mirrors
+pkg
+src
+albert-lite-*.pkg.tar.xz
diff --git a/PKGBUILD b/PKGBUILD
index 591fab0882d3..ca30fdfb9753 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Manuel Schneider <manuelschneid3r at googles mail>
pkgname=albert-lite
-pkgver=0.14.15
-pkgrel=2
+pkgver=0.14.16
+pkgrel=1
pkgdesc="A sophisticated standalone keyboard launcher. Without QML and VirtualBox dependencies"
arch=('i686' 'x86_64' 'armv7h')
url="https://github.com/albertlauncher"