Date: Monday, June 10, 2013 @ 03:37:40 Author: bisson Revision: 188113
upstream update Modified: mime-types/trunk/PKGBUILD Deleted: mime-types/trunk/archlinux.patch -----------------+ PKGBUILD | 11 ++++------- archlinux.patch | 7 ------- 2 files changed, 4 insertions(+), 14 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2013-06-10 01:27:43 UTC (rev 188112) +++ PKGBUILD 2013-06-10 01:37:40 UTC (rev 188113) @@ -4,20 +4,17 @@ # Maintainer: Gaetan Bisson <[email protected]> pkgname=mime-types -pkgver=8 +pkgver=9 pkgrel=1 pkgdesc='Provides /etc/mime.types' -url='http://www.archlinux.org/' +url='http://packages.gentoo.org/package/app-misc/mime-types' license=('GPL2') arch=('any') backup=('etc/mime.types') -source=("http://mirrors.kernel.org/gentoo/distfiles/${pkgname}-${pkgver}.tar.bz2" - 'archlinux.patch') -sha1sums=('01682b0ad3111a6cf65e6c9db0c18ddd7523c593' - '2fc3e867317e7144bbf38359f3791c3f8899198a') +source=("http://mirrors.kernel.org/gentoo/distfiles/${pkgname}-${pkgver}.tar.bz2") +sha1sums=('b21b7775a006b60113a6648e20beb1decdac8899') package() { cd "${srcdir}/${pkgname}-${pkgver}" - patch -p1 -i ../archlinux.patch install -Dm644 mime.types "${pkgdir}"/etc/mime.types } Deleted: archlinux.patch =================================================================== --- archlinux.patch 2013-06-10 01:27:43 UTC (rev 188112) +++ archlinux.patch 2013-06-10 01:37:40 UTC (rev 188113) @@ -1,7 +0,0 @@ -diff -au0r old/mime.types new/mime.types ---- old/mime.types 2009-10-15 07:51:24.000000000 -0700 -+++ new/mime.types 2011-08-02 22:49:14.962241561 -0700 -@@ -2 +2,2 @@ --# distributed as the app-misc/mime-types package. -+# distributed in Arch Linux as the mime-types package, which is based on -+# Gentoo's app-misc/mime-types package.
