[arch-commits] Commit in uusi/trunk (PKGBUILD)
Felix Yan
felixonmars at archlinux.org
Wed Jun 9 02:38:04 UTC 2021
Date: Wednesday, June 9, 2021 @ 02:38:04
Author: felixonmars
Revision: 960008
upgpkg: uusi 0.4.1.0-1
Modified:
uusi/trunk/PKGBUILD
----------+
PKGBUILD | 14 ++++----------
1 file changed, 4 insertions(+), 10 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2021-06-09 02:34:39 UTC (rev 960007)
+++ PKGBUILD 2021-06-09 02:38:04 UTC (rev 960008)
@@ -1,23 +1,17 @@
# Maintainer: Felix Yan <felixonmars at archlinux.org>
pkgname=uusi
-pkgver=0.4.0.0
-pkgrel=24
+pkgver=0.4.1.0
+pkgrel=1
pkgdesc="Tweak .cabal files"
url="https://github.com/berberman/uusi"
license=("MIT")
arch=('x86_64')
-depends=('ghc-libs' 'haskell-microlens' 'haskell-microlens-th')
+depends=('ghc-libs')
makedepends=('ghc' 'haskell-hunit')
source=("https://hackage.haskell.org/packages/archive/$pkgname/$pkgver/$pkgname-$pkgver.tar.gz")
-sha512sums=('acddec4ec01de73678a249ee05ac3a58c024b2f015cde81b78db9f71f12b46be6b6c84c093e56afda092f79333517154be3d7914b0caab01760acf5712ee2381')
+sha512sums=('b4b7158916fab1cb6c03d0b3830545f56a1570f1efed37fc7d92542877919449c4eb6090050c57b022bc80807c6383f93dd54d43359960420c570586975cc93b')
-prepare() {
- cd $pkgname-$pkgver
- echo -e "import Distribution.Simple\nmain = defaultMain" > Setup.hs
- sed -i 's/<3.1/<4/' $pkgname.cabal
-}
-
build() {
cd $pkgname-$pkgver
More information about the arch-commits
mailing list