summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorGoliathLabs2020-05-12 15:06:48 +0200
committerGoliathLabs2020-05-12 15:06:48 +0200
commit28c2c214f97be020081d8dce5118d04dbe9800db (patch)
tree0c745a796ea99b556bd703c23632d7cd2a8d104f /PKGBUILD
parentdd7dd06d89eece930eadfec77d8e8bddb6dd324c (diff)
downloadaur-28c2c214f97be020081d8dce5118d04dbe9800db.tar.gz
Updated: PKGBUILD
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD7
1 files changed, 3 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 16eb06d85ad5..730b7723aea0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,9 @@
-# Maintainer: Bruno Dupuis <lisael@lisael.org>
+# Maintainer: Felix Golatofski <contact@xdfr.de>
+# Contributor: Bruno Dupuis <lisael@lisael.org>
# Contributor: Jan Tojnar <jtojnar@gmail.com>
pkgname=perl-app-sqitch
pkgver=1.0.0
-pkgrel=1
+pkgrel=2
pkgdesc='Sane database change management'
_dist=App-Sqitch
arch=('any')
@@ -10,7 +11,6 @@ url="http://sqitch.org/"
license=('MIT')
depends=(
'perl-clone'
- 'perl-config-gitlike>=1.11'
'perl-datetime'
'perl-datetime-timezone'
'perl-dbi'
@@ -55,7 +55,6 @@ optdepends=(
'perl-dbd-pg: PostgreSQL support'
'perl-dbd-sqlite: SQLite support'
'perl-dbd-mysql: MySQL support'
- 'perl-dbd-firebird: Firebird support'
)
options=('!emptydirs' purge)