[arch-commits] Commit in mg/trunk (PKGBUILD)

Sergej Pupykin spupykin at archlinux.org
Mon Nov 14 14:07:32 UTC 2016


    Date: Monday, November 14, 2016 @ 14:07:31
  Author: spupykin
Revision: 195674

upgpkg: mg 20161005-1

upd

Modified:
  mg/trunk/PKGBUILD

----------+
 PKGBUILD |   13 +++----------
 1 file changed, 3 insertions(+), 10 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-11-14 14:07:26 UTC (rev 195673)
+++ PKGBUILD	2016-11-14 14:07:31 UTC (rev 195674)
@@ -3,7 +3,7 @@
 # Contributor: Hannes Rist <hrist at phreeknet.org>
 
 pkgname=mg
-pkgver=20160905
+pkgver=20161005
 pkgrel=1
 pkgdesc="Micro GNU/emacs, this is a portable version of the mg maintained by the OpenBSD team."
 arch=('i686' 'x86_64')
@@ -11,16 +11,9 @@
 depends=('ncurses' 'libbsd')
 makedepends=('libclens')
 license=('custom')
-source=(http://homepage.boetes.org/software/mg/mg-$pkgver.tar.gz
-	cleanup.patch)
-md5sums=('7f5357f39b00c014a67cc01a72b985ce'
-         '545eac98585e2f5fe0781093ddc07b36')
+source=(http://homepage.boetes.org/software/mg/mg-$pkgver.tar.gz)
+md5sums=('fc6faeeee7308bb46f3512b75867ed51')
 
-prepare() {
-  cd "$srcdir"/$pkgname-$pkgver
-  patch -p1 <"$srcdir"/cleanup.patch
-}
-
 build() {
   cd "$srcdir"/$pkgname-$pkgver
   make prefix=/usr mandir=/usr/share/man



More information about the arch-commits mailing list