summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD10
2 files changed, 7 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 19fed352b168..8fcf11d09b26 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,10 +1,8 @@
-# Generated by mksrcinfo v8
-# Sun Jan 7 15:10:58 UTC 2018
pkgbase = sqliteman
- pkgdesc = The best developer's and/or admin's GUI tool for Sqlite3 in the world
+ pkgdesc = Graphical sqlite3 browser and editor
pkgver = 1.2.2
pkgrel = 11
- url = http://sqliteman.com/
+ url = http://sqliteman.yarpen.cz/
arch = i686
arch = x86_64
license = GPL
diff --git a/PKGBUILD b/PKGBUILD
index 47f8e5a50ea8..910f7dd579f5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,5 +1,5 @@
-# $Id$
-# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
+# Maintainer: Sven Karsten Greiner <sven@sammyshp.de>
+# Contributor: Sergej Pupykin <pupykin.s+arch@gmail.com>
# Contributor: Geoffroy Carrier <geoffroy@archlinux.org>
# Contributor: Roman Porizka <artee@beer.cz>
# Contributor: Daniel J Griffiths <ghost1227@archlinux.us>
@@ -7,9 +7,9 @@
pkgname=sqliteman
pkgver=1.2.2
pkgrel=11
-pkgdesc="The best developer's and/or admin's GUI tool for Sqlite3 in the world"
+pkgdesc='Graphical sqlite3 browser and editor'
arch=('i686' 'x86_64')
-url="http://sqliteman.com/"
+url='http://sqliteman.yarpen.cz/'
license=('GPL')
depends=('qscintilla-qt4')
makedepends=('cmake')
@@ -20,7 +20,7 @@ md5sums=('5ecdf710e23606e1b924f740ea69306d'
prepare() {
mkdir build
-# Fix qscintilla 2.10 detection
+ # Fix qscintilla 2.10 detection
cd $pkgname-$pkgver
patch -p1 -i ../sqliteman-qscintilla-2.10.patch
}