Date: Monday, March 19, 2018 @ 06:59:02 Author: felixonmars Revision: 309123
upgpkg: haskell-vty 5.21-1 rebuild with vty,5.21 Modified: haskell-vty/trunk/PKGBUILD ----------+ PKGBUILD | 15 ++++----------- 1 file changed, 4 insertions(+), 11 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2018-03-19 06:55:35 UTC (rev 309122) +++ PKGBUILD 2018-03-19 06:59:02 UTC (rev 309123) @@ -4,8 +4,8 @@ _hkgname=vty pkgname=haskell-vty -pkgver=5.20 -pkgrel=5 +pkgver=5.21 +pkgrel=1 pkgdesc="A simple terminal UI library" url="https://github.com/jtdaugherty/vty" license=("custom:BSD3") @@ -17,16 +17,9 @@ 'haskell-quickcheck-assertions' 'haskell-test-framework' '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" - https://github.com/dmwit/vty/commit/d589780fe193b5777f45b8d3c5d712a7b4a64437.patch) -sha512sums=('1f44c563ed4eb86d9e1b5f57225b7be1909bc2d27cba9fa89b25ef84ef1ab926c071cdb893e6dfd6f53cc79c35b62a64a7c1dd08a45de39cc23bc6cb8faf1e08' - '579032c391154d39e1eb2c0e9d99fbf8f1b8c04a8715a1bc915c8f98ed6285b3f89120d8cb0387c23526c9ada17a88cc614ec2d7dad53bf2d92fc6903b9bfe14') +source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz") +sha512sums=('63daa4030af26d7941ba317d749a08f255d2ec1a73133cbefa3df15c76a8bf111c8e815982118bee2e23102212773e57d33fd9ef34864e79d9e66b4deaf3f5da') -prepare() { - cd $_hkgname-$pkgver - patch -p1 -i ../d589780fe193b5777f45b8d3c5d712a7b4a64437.patch -} - build() { cd $_hkgname-$pkgver
