summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Sun2018-12-26 07:28:06 -0500
committerAndrew Sun2018-12-26 07:28:06 -0500
commit081b3e1f1c4a511edf730b12f5824d761cab398a (patch)
tree492ad3297b89e8f9ec4081950d211f5dfec0fd0b
parent731363e6e1da202be3e5d4198f65693549a82a47 (diff)
downloadaur-mingw-w64-dbh.tar.gz
fix makedepends
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD14
2 files changed, 11 insertions, 11 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 917e888c7a5e..2dbb6cfb0d69 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,11 +1,11 @@
pkgbase = mingw-w64-dbh
pkgdesc = GNU DBH database library (mingw-w64)
pkgver = 5.0.22
- pkgrel = 1
+ pkgrel = 2
url = http://www.gnu.org/software/libdbh/
arch = any
license = GPL
- makedepends = mingw-w64-gcc
+ makedepends = mingw-w64-configure
makedepends = mingw-w64-gettext
depends = mingw-w64-crt
options = staticlibs
@@ -13,8 +13,8 @@ pkgbase = mingw-w64-dbh
options = !strip
source = http://downloads.sourceforge.net/project/dbh/dbh/5.0.22/libdbh2-5.0.22.tar.gz
source = 0001-remove-lrt.patch
- md5sums = f8c592f6fd4d336cbb5529dc52177e4f
- md5sums = e24ed905636b1f053896433f73d5922e
+ sha256sums = 8df54e7d1c1d071e385b59256b42a9538cb1b744b11ecc022e188d99046e91d7
+ sha256sums = 23a6319cd6b315e184267e01e7fa9355e37d929057b4823a95b26cd36a8b2efe
pkgname = mingw-w64-dbh
diff --git a/PKGBUILD b/PKGBUILD
index 4d908618c847..7cd8016cad44 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,20 +1,20 @@
-# Maintainer: edscott@imp.mx
-# Contributor:
+# Maintainer: Andrew Sun <adsun701@gmail.com>
+# Contributor: edscott@imp.mx
pkgname=mingw-w64-dbh
pkgver=5.0.22
-pkgrel=1
+pkgrel=2
pkgdesc="GNU DBH database library (mingw-w64)"
url="http://www.gnu.org/software/libdbh/"
license=('GPL')
arch=('any')
depends=('mingw-w64-crt')
-makedepends=('mingw-w64-gcc' 'mingw-w64-gettext')
+makedepends=('mingw-w64-configure' 'mingw-w64-gettext')
source=("http://downloads.sourceforge.net/project/dbh/dbh/${pkgver}/libdbh2-${pkgver}.tar.gz"
- 0001-remove-lrt.patch)
+ "0001-remove-lrt.patch")
options=('staticlibs' '!buildflags' '!strip')
-md5sums=('f8c592f6fd4d336cbb5529dc52177e4f'
- 'e24ed905636b1f053896433f73d5922e')
+sha256sums=('8df54e7d1c1d071e385b59256b42a9538cb1b744b11ecc022e188d99046e91d7'
+ '23a6319cd6b315e184267e01e7fa9355e37d929057b4823a95b26cd36a8b2efe')
_architectures="i686-w64-mingw32 x86_64-w64-mingw32"