[arch-commits] Commit in db/trunk (PKGBUILD db.install)

Allan McRae allan at nymeria.archlinux.org
Mon Oct 21 13:55:10 UTC 2013


    Date: Monday, October 21, 2013 @ 15:55:10
  Author: allan
Revision: 197025

upgpkg: db 5.3.21-3

remove static libraries

Modified:
  db/trunk/PKGBUILD
Deleted:
  db/trunk/db.install

------------+
 PKGBUILD   |    4 +---
 db.install |    5 -----
 2 files changed, 1 insertion(+), 8 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2013-10-21 13:53:44 UTC (rev 197024)
+++ PKGBUILD	2013-10-21 13:55:10 UTC (rev 197025)
@@ -5,14 +5,12 @@
 
 pkgname=db
 pkgver=5.3.21
-pkgrel=2
+pkgrel=3
 pkgdesc="The Berkeley DB embedded database system"
 arch=('i686' 'x86_64')
 url="http://www.oracle.com/technology/software/products/berkeley-db/index.html"
 license=('custom')
 depends=('gcc-libs' 'sh')
-options=('!libtool')
-install=db.install
 source=(http://download.oracle.com/berkeley-db/db-${pkgver}.tar.gz)
 sha1sums=('32e43c4898c8996750c958a90c174bd116fcba83')
 

Deleted: db.install
===================================================================
--- db.install	2013-10-21 13:53:44 UTC (rev 197024)
+++ db.install	2013-10-21 13:55:10 UTC (rev 197025)
@@ -1,5 +0,0 @@
-post_upgrade() {
-  if [ "$(vercmp $2 5.1)" -lt 0 ]; then
-    echo " >> Major version update. Consider running db_upgrade on Berkeley DB databases."
-  fi
-}




More information about the arch-commits mailing list