summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorD. Can Celasun2017-02-16 09:51:49 +0100
committerD. Can Celasun2017-02-16 09:51:49 +0100
commit2e40a0bd9dd6f5af799b95f2266764a30e345fe6 (patch)
tree9b3bb4076fc1fce98a26eed7b620b58f8cf68f22
parent941174b2ae6ceb3160614f2443b23269fdbadd07 (diff)
downloadaur-2e40a0bd9dd6f5af799b95f2266764a30e345fe6.tar.gz
Update to v307
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7f67a92dd584..2050e0224061 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Tue Feb 14 11:39:49 UTC 2017
+# Thu Feb 16 08:51:09 UTC 2017
pkgbase = kupfer
pkgdesc = Launcher application written in python. Similar to Gnome-Do / Launchy
- pkgver = 306
+ pkgver = 307
pkgrel = 1
url = https://kupferlauncher.github.io
arch = i686
@@ -16,8 +16,8 @@ pkgbase = kupfer
depends = python-cairo
depends = python-xdg
depends = python-gobject
- source = https://github.com/kupferlauncher/kupfer/releases/download/v306/kupfer-v306.tar.xz
- sha1sums = 0ea20b36055fef6db131ac54207c75a1bba16869
+ source = https://github.com/kupferlauncher/kupfer/releases/download/v307/kupfer-v307.tar.xz
+ sha1sums = 203fbe7cd13c4fa4b19fc29bdd68b0797c2d8894
pkgname = kupfer
diff --git a/PKGBUILD b/PKGBUILD
index 6759e9e57aa9..1e888091b613 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Alessio Sergi <asergi at archlinux dot us>
# Contributor: Asa Marco <marcoasa90[at]gmail[.]com>
pkgname=kupfer
-pkgver=306
+pkgver=307
pkgrel=1
pkgdesc="Launcher application written in python. Similar to Gnome-Do / Launchy"
arch=('i686' 'x86_64')
@@ -11,7 +11,7 @@ license=('GPL3')
depends=('libkeybinder3' 'libwnck3' 'python' 'python-dbus' 'python-cairo' 'python-xdg' 'python-gobject')
makedepends=('intltool')
source=("https://github.com/kupferlauncher/${pkgname}/releases/download/v${pkgver}/${pkgname}-v${pkgver}.tar.xz")
-sha1sums=('0ea20b36055fef6db131ac54207c75a1bba16869')
+sha1sums=('203fbe7cd13c4fa4b19fc29bdd68b0797c2d8894')
build() {
cd "${srcdir}/${pkgname}-v${pkgver}"