[arch-commits] Commit in entr/repos/community-x86_64 (PKGBUILD PKGBUILD)

Filipe Laíns ffy00 at archlinux.org
Thu Apr 11 08:53:28 UTC 2019


    Date: Thursday, April 11, 2019 @ 08:53:28
  Author: ffy00
Revision: 451018

archrelease: copy trunk to community-x86_64

Added:
  entr/repos/community-x86_64/PKGBUILD
    (from rev 451017, entr/trunk/PKGBUILD)
Deleted:
  entr/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   72 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 36 insertions(+), 36 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2019-04-11 08:53:10 UTC (rev 451017)
+++ PKGBUILD	2019-04-11 08:53:28 UTC (rev 451018)
@@ -1,36 +0,0 @@
-# Maintainer: Filipe Laíns (FFY00) <lains at archlinux.org>
-
-pkgname=entr
-pkgver=4.1
-pkgrel=2
-pkgdesc='Run arbitrary commands when files change'
-arch=('x86_64')
-url='http://entrproject.org'
-license=('MIT')
-makedepends=('mercurial')
-source=("$pkgname::hg+https://bitbucket.org/eradman/entr#tag=$pkgname-$pkgver")
-sha512sums=('SKIP')
-
-build() {
-  cd "$srcdir"/$pkgname
-
-  export PREFIX='/usr'
-
-  ./configure
-
-  make
-}
-
-check() {
-  cd "$srcdir"/$pkgname
-
-  make test
-}
-
-package() {
-  cd "$srcdir"/$pkgname
-
-  make DESTDIR="$pkgdir" install
-
-  install -Dm 644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}

Copied: entr/repos/community-x86_64/PKGBUILD (from rev 451017, entr/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2019-04-11 08:53:28 UTC (rev 451018)
@@ -0,0 +1,36 @@
+# Maintainer: Filipe Laíns (FFY00) <lains at archlinux.org>
+
+pkgname=entr
+pkgver=4.2
+pkgrel=1
+pkgdesc='Run arbitrary commands when files change'
+arch=('x86_64')
+url='http://entrproject.org'
+license=('MIT')
+makedepends=('mercurial')
+source=("$pkgname::hg+https://bitbucket.org/eradman/entr#tag=$pkgname-$pkgver")
+sha512sums=('SKIP')
+
+build() {
+  cd "$srcdir"/$pkgname
+
+  export PREFIX='/usr'
+
+  ./configure
+
+  make
+}
+
+check() {
+  cd "$srcdir"/$pkgname
+
+  make test
+}
+
+package() {
+  cd "$srcdir"/$pkgname
+
+  make DESTDIR="$pkgdir" install
+
+  install -Dm 644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}



More information about the arch-commits mailing list