diff options
Diffstat (limited to 'community/libsass/APKBUILD')
-rw-r--r-- | community/libsass/APKBUILD | 12 |
1 files changed, 4 insertions, 8 deletions
diff --git a/community/libsass/APKBUILD b/community/libsass/APKBUILD index d98e95948d..7fcd16debf 100644 --- a/community/libsass/APKBUILD +++ b/community/libsass/APKBUILD @@ -1,8 +1,8 @@ # Maintainer: Natanael Copa <ncopa@alpinelinux.org> # Contributor: Thomas Boerger <thomas@webhippie.de> pkgname=libsass -pkgver=3.6.2 -pkgrel=1 +pkgver=3.6.3 +pkgrel=0 pkgdesc="C/C++ implementation of a Sass compiler" options="!check" # No tests are run when make check is run url="https://sass-lang.com/libsass" @@ -10,9 +10,7 @@ arch="all" license="MIT" makedepends="autoconf automake libtool" subpackages="$pkgname-dev" -source="$pkgname-$pkgver.tar.gz::https://github.com/sass/libsass/archive/$pkgver.tar.gz - fix-extend-issue-being-stuck-in-endless-loop.patch - fix-trim-loop-condition-and-outer-continue.patch" +source="$pkgname-$pkgver.tar.gz::https://github.com/sass/libsass/archive/$pkgver.tar.gz" prepare() { default_prepare @@ -33,6 +31,4 @@ package() { rm -f "$pkgdir"/usr/lib/*.la } -sha512sums="b1ee92de64f4eeabe2d4bfc693349ac124a81115554228669526e863d18f3c67ab44698414cf204f545eb4a4126ca350a1c7f7658e9ebac447f8b2e7533d9772 libsass-3.6.2.tar.gz -e4684766f05cabe7ed360b7c1b0ed282d7f19223c3667e10b4a204492fadf21ed91289f9876ae7fa30c124c3edd73e117418329a2dd30b4d830657dba1193008 fix-extend-issue-being-stuck-in-endless-loop.patch -f2fe27d12cf9250024481e6de3a532a64d1d08931c34138a05411bfefc44937a1917e4fc61aa33cbb5e92d369baed3ae46b7d2a4905be1aad1294021c6c07e26 fix-trim-loop-condition-and-outer-continue.patch" +sha512sums="e290f2045784ba1cf84e87e5bd33129b5452fec1d25da657b084b3561ec76df195a75595248a493dbd85c6a1215ed600332477945922309c021d9e416ebb29ee libsass-3.6.3.tar.gz" |