aboutsummaryrefslogtreecommitdiffstats
path: root/main
diff options
context:
space:
mode:
authorJ0WI <J0WI@users.noreply.github.com>2020-04-29 18:27:32 +0200
committerLeo <thinkabit.ukim@gmail.com>2020-05-06 14:02:30 +0000
commita3db0a872a29a01ce283456d0180874d89cb9ca1 (patch)
tree3af74a3bb4cd3a761a170803f96af5ba7534b367 /main
parent4d597fede78c7525c3a1b9286a2abccd2e2dfdf1 (diff)
downloadaports-a3db0a872a29a01ce283456d0180874d89cb9ca1.tar.bz2
aports-a3db0a872a29a01ce283456d0180874d89cb9ca1.tar.xz
main/mailcap: upgrade to 2.1.49
Diffstat (limited to 'main')
-rw-r--r--main/mailcap/APKBUILD14
1 files changed, 6 insertions, 8 deletions
diff --git a/main/mailcap/APKBUILD b/main/mailcap/APKBUILD
index 83088eb6d0..620f95c123 100644
--- a/main/mailcap/APKBUILD
+++ b/main/mailcap/APKBUILD
@@ -1,20 +1,18 @@
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=mailcap
-pkgver=2.1.48
+pkgver=2.1.49
pkgrel=0
pkgdesc="Helper application and MIME type associations for file types"
-url="http://git.fedorahosted.org/git/mailcap.git"
+url="https://pagure.io/mailcap"
arch="noarch"
license="Public-Domain and MIT"
+options="!check" # no testsuite
subpackages="$pkgname-doc"
-source="https://releases.pagure.org/$pkgname/$pkgname-$pkgver.tar.xz"
-builddir="$srcdir/$pkgname-$pkgver"
+source="https://releases.pagure.org/mailcap/mailcap-$pkgver.tar.xz"
package() {
- cd "$builddir"
-
- make install DESTDIR="$pkgdir" || return 1
+ make install DESTDIR="$pkgdir"
rm -Rf "$pkgdir"/etc/nginx
}
-sha512sums="a79604b732ebb415673d0e04cfc2a1a98f129cb63e14fa615299bdc367ce106bafef52e9f98167f07acfe7883de76fdab657460b84aafc583b67b538c4671c64 mailcap-2.1.48.tar.xz"
+sha512sums="ee9422a87a784533b28bc7e23c847b32296183dda9c863a16269a1d710b5b8acf1cc4d8e33d8b88e27f530dd83c74278125b1b4f420c816c31f83ac9f2033013 mailcap-2.1.49.tar.xz"