summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorStefan Husmann2015-11-05 22:10:41 +0100
committerStefan Husmann2015-11-05 22:10:41 +0100
commit028ab19d3b18331e8c9c70d8de88fa9ba7919285 (patch)
treed5e902317201a38f09e2d3f467110241331f1077
parentffde26a32816faea86ae4696ccb045df9c0eeabe (diff)
downloadaur-028ab19d3b18331e8c9c70d8de88fa9ba7919285.tar.gz
Update
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD5
2 files changed, 5 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7ae73d5b29ad..b1c19b368b24 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = mystuff
pkgdesc = Create a custom menu in a popup window
- pkgver = 2.0
+ pkgver = 2.1
pkgrel = 1
url = http://www.kornelix.com/mystuff
arch = i686
arch = x86_64
license = GPL3
depends = gtk3
- source = http://www.kornelix.com/uploads/1/3/0/3/13035936/mystuff-2.0.tar.gz
- md5sums = 47cf364a1b9fe3b1a4b5827f841a63a7
+ source = http://www.kornelix.com/uploads/1/3/0/3/13035936/mystuff-2.1.tar.gz
+ md5sums = d20c2f5fb90e1f875804cc10877cb977
pkgname = mystuff
diff --git a/PKGBUILD b/PKGBUILD
index 7946c9928499..952b98a2ba6f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Stefan Husmann <stefan-husmann@t-online.de>
pkgname=mystuff
-pkgver=2.0
+pkgver=2.1
pkgrel=1
pkgdesc="Create a custom menu in a popup window"
url="http://www.kornelix.com/mystuff"
@@ -9,7 +9,7 @@ arch=('i686' 'x86_64')
license=('GPL3')
depends=('gtk3')
source=("http://www.kornelix.com/uploads/1/3/0/3/13035936/$pkgname-$pkgver.tar.gz")
-md5sums=('47cf364a1b9fe3b1a4b5827f841a63a7')
+md5sums=('d20c2f5fb90e1f875804cc10877cb977')
build() {
cd $srcdir/$pkgname-$pkgver
@@ -22,5 +22,4 @@ package() {
cd $srcdir/$pkgname-$pkgver
install -Dm644 desktop $pkgdir/usr/share/applications/$pkgname.desktop
make DESTDIR=$pkgdir ICONDIR=/usr/share/pixmaps install
- rm $pkgdir/usr/share/applications/kornelix-mystuff.desktop
}