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

Filipe Laíns ffy00 at archlinux.org
Sat Sep 28 21:37:55 UTC 2019


    Date: Saturday, September 28, 2019 @ 21:37:54
  Author: ffy00
Revision: 512041

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2019-09-28 21:37:22 UTC (rev 512040)
+++ PKGBUILD	2019-09-28 21:37:54 UTC (rev 512041)
@@ -1,36 +0,0 @@
-# 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
-}

Copied: entr/repos/community-x86_64/PKGBUILD (from rev 512040, entr/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2019-09-28 21:37:54 UTC (rev 512041)
@@ -0,0 +1,36 @@
+# Maintainer: Filipe Laíns (FFY00) <lains at archlinux.org>
+
+pkgname=entr
+pkgver=4.3
+pkgrel=1
+pkgdesc='Run arbitrary commands when files change'
+arch=('x86_64')
+url='http://eradman.com/entrproject'
+license=('MIT')
+source=("$url/code/$pkgname-$pkgver.tar.gz"{,.asc})
+sha512sums=('f65dfc3f106e25ec4ff39eaec94222d8a547eb35390c654f6a741f92541c1b86d7d303a795308fcbfced44ac8eca6ad67e70393802ac9d46153e037dc1eab902'
+            'SKIP')
+
+build() {
+  cd $pkgname-$pkgver
+
+  export PREFIX='/usr'
+
+  ./configure
+
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver
+
+  make test
+}
+
+package() {
+  cd $pkgname-$pkgver
+
+  make DESTDIR="$pkgdir" install
+
+  install -Dm 644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}



More information about the arch-commits mailing list