summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorManuel Schneider2017-06-17 19:45:33 +0200
committerManuel Schneider2017-06-17 19:45:33 +0200
commit6eb292014a83a68457d3c231154be80002ad41af (patch)
tree6f010a66f6f5f2025e3bc951153103d751448e05
parent5e37a30269949cd95b49f0e8bc751f8e24c6eef6 (diff)
downloadaur-6eb292014a83a68457d3c231154be80002ad41af.tar.gz
v0.12.0
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e9fd0238ea6c..516171718e3b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Sun May 28 22:02:07 UTC 2017
+# Sat Jun 17 17:45:33 UTC 2017
pkgbase = albert
pkgdesc = A DE agnostic omnilauncher.
- pkgver = 0.11.3
+ pkgver = 0.12.0
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.11.3.tar.gz
- md5sums = 945f2cf58f750e6f9dd6330a8018310d
+ source = https://github.com/ManuelSchneid3r/albert/archive/v0.12.0.tar.gz
+ md5sums = 2015d0391fb34fad27628e5c37e4aa5c
pkgname = albert
diff --git a/PKGBUILD b/PKGBUILD
index 5081b9293a9d..c1632a51e70b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Manuel Schneider <manuelschneid3r at googles mail>
pkgname=albert
-pkgver=0.11.3
+pkgver=0.12.0
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=('945f2cf58f750e6f9dd6330a8018310d')
+md5sums=('2015d0391fb34fad27628e5c37e4aa5c')
# If you want a debug build, change CMAKE_BUILD_TYPE to 'Debug'
#_build_type="Debug"