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

Felix Yan felixonmars at archlinux.org
Wed Feb 24 19:18:22 UTC 2021


    Date: Wednesday, February 24, 2021 @ 19:18:22
  Author: felixonmars
Revision: 871836

upgpkg: haskell-vty 5.33-1: rebuild with vty 5.33

Modified:
  haskell-vty/trunk/PKGBUILD

----------+
 PKGBUILD |    8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-02-24 19:16:29 UTC (rev 871835)
+++ PKGBUILD	2021-02-24 19:18:22 UTC (rev 871836)
@@ -3,8 +3,8 @@
 
 _hkgname=vty
 pkgname=haskell-vty
-pkgver=5.32
-pkgrel=43
+pkgver=5.33
+pkgrel=1
 pkgdesc="A simple terminal UI library"
 url="https://github.com/jtdaugherty/vty"
 license=("BSD")
@@ -17,10 +17,10 @@
              'haskell-test-framework-smallcheck' 'haskell-test-framework-hunit' 'haskell-random'
              'haskell-string-qq')
 source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
-sha512sums=('bd7a59d3c1336d045b7abab4b4c02ecba5d88617189a0a4ef7bd03609e6590d365fca297db827d709075f56c79b83e5fc020f7d6156b1e98a450fe2dafb06f6e')
+sha512sums=('2d22af15d19a359c4d8b52d15c1a67feb137a058bda0f3cff90630b7705b6ead43ab5c4753fe59bcf9a3d1c3a4a4b755d41d55dba164e014f4271e86267f01aa')
 
 prepare() {
-    uusi -u microlens -u random $_hkgname-$pkgver/$_hkgname.cabal
+    uusi -u random $_hkgname-$pkgver/$_hkgname.cabal
 }
 
 build() {



More information about the arch-commits mailing list