Skip to content

Commit

Permalink
AUR updates
Browse files Browse the repository at this point in the history
  • Loading branch information
amyreese committed Sep 1, 2013
1 parent 8dec81c commit 79cbc60
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 11 deletions.
4 changes: 2 additions & 2 deletions duo_unix/PKGBUILD
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Maintainer: Josh <moc tod liamg ta suoecal>

pkgname=duo_unix
pkgver=1.9.3
pkgver=1.9.4
pkgrel=1
pkgdesc='Login utility and PAM module for Duo Security two-factor authentication'
arch=('i686' 'x86_64')
Expand All @@ -14,7 +14,7 @@ source=("https://dl.duosecurity.com/${pkgname}-latest.tar.gz")
options=('!libtool')

# https://www.duosecurity.com/docs/checksums#duounix
sha1sums=('3e1844495441a88ad4a06cfefae2eb97f1488e26')
sha1sums=('bc8cd9c9a4774a4f85e76453488b8e12c5681fd1')

build() {
cd "${srcdir}/${pkgname}-${pkgver}"
Expand Down
11 changes: 5 additions & 6 deletions lessc/PKGBUILD
Original file line number Diff line number Diff line change
@@ -1,28 +1,27 @@
# Maintainer: Massimiliano Torromeo <massimiliano.torromeo@gmail.com>

pkgname=lessc
pkgver=1.3.3
pkgver=1.4.2
pkgrel=1
_commit=a9775a34dad65482535e670a0c3dae925b824431
pkgdesc="A standalone compiler for the LESS CSS language."
arch=('any')
url="http://lesscss.org/"
license=('Apache')
depends=('nodejs')
source=($pkgname-$pkgver.tar.gz::https://github.com/cloudhead/less.js/archive/$_commit.tar.gz)
source=($pkgname-$pkgver.tar.gz::https://github.com/cloudhead/less.js/archive/v$pkgver.tar.gz)

build() {
cd "$srcdir/less.js-$_commit"
cd "$srcdir/less.js-$pkgver"
make less
}

package() {
cd "$srcdir/less.js-$_commit"
cd "$srcdir/less.js-$pkgver"
install -d "$pkgdir/usr/lib/node"
install -d "$pkgdir/usr/bin"
cp -r lib/less "$pkgdir/usr/lib/node/less"
ln -s "node/less" "$pkgdir/usr/lib/less"
install -Dm755 "bin/lessc" "$pkgdir/usr/bin/lessc"
}

sha256sums=('b4b67f2b2548209f23cae5c116a11131518e89983d54113aa47dd9ca8824db3e')
sha256sums=('da1dc5a08bcc9d110a50b0e4d8b6d220fc039ff82665569acf9269842f7523bb')
6 changes: 3 additions & 3 deletions sublime-text-nightly/PKGBUILD
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Maintainer: Sander Boom <sander at inflowmotion dot nl>

pkgname=sublime-text-nightly
pkgver=3.3052
pkgver=3.3053
pkgrel=1
pkgdesc="Sophisticated text editor for code, html and prose - nightly build (available to registered users only)"
arch=('i686' 'x86_64')
Expand All @@ -20,10 +20,10 @@ source=(
"http://c758482.r82.cf2.rackcdn.com/sublime_text_3_build_${pkgver:2}_${_archurl}.tar.bz2"
"sublime_text_3.desktop"
)
md5sums=('c646462cc23a7c0ffc493a5ba58eebec'
md5sums=('fde8588310e2d6f41e74a7a7823f5188'
'3843bb9bba00e7817e3194ed99d2ff26')

[[ "${CARCH}" = i686 ]] && md5sums[0]='557c8ffc09e1f073309de8cb1586e61d'
[[ "${CARCH}" = i686 ]] && md5sums[0]='b25280a4461356abaf63d636b960a312'

package() {
cd "${srcdir}"
Expand Down

0 comments on commit 79cbc60

Please sign in to comment.