summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1c580703b143..9c92cef63c6d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Tue Jan 17 13:41:00 UTC 2017
+# Sun Jan 22 23:56:53 UTC 2017
pkgbase = albert
pkgdesc = A DE agnostic omnilauncher.
- pkgver = 0.9.0
+ pkgver = 0.9.1
pkgrel = 1
url = https://github.com/ManuelSchneid3r/albert
arch = i686
@@ -18,8 +18,8 @@ pkgbase = albert
depends = qt5-svg
provides = albert
conflicts = albert-git
- source = https://github.com/ManuelSchneid3r/albert/archive/v0.9.0.tar.gz
- md5sums = ce4b61402ae3ad99b01e801dc989c9d3
+ source = https://github.com/ManuelSchneid3r/albert/archive/v0.9.1.tar.gz
+ md5sums = bb8925ad8888b7fb3dbdd89d2806d672
pkgname = albert
diff --git a/PKGBUILD b/PKGBUILD
index 98fbeda744d5..b16a31547f17 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Manuel Schneider <manuelschneid3r at googles mail>
pkgname=albert
-pkgver=0.9.0
+pkgver=0.9.1
pkgrel=1
pkgdesc="A DE agnostic omnilauncher."
arch=('i686' 'x86_64')
@@ -12,7 +12,7 @@ provides=('albert')
conflicts=('albert-git')
source=(https://github.com/ManuelSchneid3r/albert/archive/v${pkgver}.tar.gz)
noextract=()
-md5sums=('ce4b61402ae3ad99b01e801dc989c9d3')
+md5sums=('bb8925ad8888b7fb3dbdd89d2806d672')
build() {
echo -e "\e[41;20;1mIf you plan to report bugs please modify the PKGBUILD to build the debug version.\e[0m"