[arch-commits] Commit in haskell-hinotify/trunk (PKGBUILD)
Felix Yan
felixonmars at archlinux.org
Sun Nov 1 10:26:58 UTC 2020
Date: Sunday, November 1, 2020 @ 10:26:54
Author: felixonmars
Revision: 738816
upgpkg: haskell-hinotify 0.4.1-1: rebuild with hinotify 0.4.1
Modified:
haskell-hinotify/trunk/PKGBUILD
----------+
PKGBUILD | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2020-11-01 10:23:29 UTC (rev 738815)
+++ PKGBUILD 2020-11-01 10:26:54 UTC (rev 738816)
@@ -3,16 +3,16 @@
_hkgname=hinotify
pkgname=haskell-hinotify
-pkgver=0.4
-pkgrel=40
+pkgver=0.4.1
+pkgrel=1
pkgdesc="Haskell binding to inotify"
-url="https://github.com/kolmodin/hinotify.git"
+url="https://github.com/kolmodin/hinotify"
license=("BSD")
arch=('x86_64')
depends=('ghc-libs' "haskell-async")
makedepends=('ghc')
source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
-sha512sums=('8674be3c56bc6fbefbed8c894882650eb02a5658e4d42ebca0f7e5e24834c76db324ac3a4ea181bc8912dacd8117d5a5099eaf939366c34c9b272cbfc4d4a3e9')
+sha512sums=('2f4627a3604ac6ec5d745ba6f4fd11e39a094ad54a5ab4d5040fe6c7c2a8823e42be575b9be95dc6848db99b421bac70798f8eb5f9ba6841f06f6156afe8797b')
build() {
cd $_hkgname-$pkgver
More information about the arch-commits
mailing list