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 5b403e4370db..2b878c3ef17d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Fri Mar 11 22:28:50 UTC 2016
+# Sun Mar 13 15:03:13 UTC 2016
pkgbase = albert
pkgdesc = A DE agnostic omnilauncher.
- pkgver = 0.8.2
+ pkgver = 0.8.3
pkgrel = 2
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.8.2.tar.gz
- md5sums = 613687c1660583f1e15366050feba2a6
+ source = https://github.com/ManuelSchneid3r/albert/archive/v0.8.3.tar.gz
+ md5sums = e3f0f00a110ec762365aeae75e8d41e4
pkgname = albert
diff --git a/PKGBUILD b/PKGBUILD
index 209e0d2a52dc..253e0af4b145 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Manuel Schneider <manuelschneid3r at googles mail>
pkgname=albert
-pkgver=0.8.2
+pkgver=0.8.3
pkgrel=2
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=('613687c1660583f1e15366050feba2a6')
+md5sums=('e3f0f00a110ec762365aeae75e8d41e4')
build() {
[[ -d "${pkgname}-${pkgver}/build" ]]\