summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Jost2009-10-28 11:48:11 +0100
committerThomas Jost2015-06-11 14:12:46 +0200
commit84e0335f12bef2ac4252a00ec03d0ca2b60489a6 (patch)
treec6cdb80b81d44c84c514a09267e8ae36f45ec3c7
parent42088fb58321021350e9ab185a0abfc98205406d (diff)
downloadaur-84e0335f12bef2ac4252a00ec03d0ca2b60489a6.tar.gz
Version bump & minor update
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6bc73a55f0bd..f0923ec49604 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = disper
pkgdesc = An on-the-fly display switch utility, intended to be used on laptops, especially with nVidia cards.
- pkgver = 0.2.2
+ pkgver = 0.2.3
pkgrel = 1
url = http://willem.engen.nl/projects/disper/
arch = any
license = GPL
depends = python
- source = https://launchpad.net/~wvengen/+archive/ppa/+files/disper_0.2.2.tar.gz
- md5sums = d2d397db52a35fc2f9db78f6747239be
+ source = https://launchpad.net/~wvengen/+archive/ppa/+files/disper_0.2.3.tar.gz
+ md5sums = 85b4cde564fc27b7249826e0a4379394
pkgname = disper
diff --git a/PKGBUILD b/PKGBUILD
index ed54dc0bc270..9e9c928fb0f0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
-# Contributor: Schnouki <thomas.jost@gmail.com>
+# Maintainer: Schnouki <thomas.jost@gmail.com>
pkgname=disper
-pkgver=0.2.2
+pkgver=0.2.3
pkgrel=1
pkgdesc="An on-the-fly display switch utility, intended to be used on laptops, especially with nVidia cards."
arch=('any')
@@ -8,7 +8,7 @@ url="http://willem.engen.nl/projects/disper/"
license=('GPL')
depends=('python')
source=(https://launchpad.net/~wvengen/+archive/ppa/+files/${pkgname}_${pkgver}.tar.gz)
-md5sums=('d2d397db52a35fc2f9db78f6747239be')
+md5sums=('85b4cde564fc27b7249826e0a4379394')
build() {
cd "$srcdir/trunk"