Skip to content

Commit

Permalink
AUR updates
Browse files Browse the repository at this point in the history
  • Loading branch information
amyreese committed Jun 24, 2014
1 parent 5ef2a04 commit 065ce73
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
6 changes: 3 additions & 3 deletions dropbox/PKGBUILD
Expand Up @@ -3,7 +3,7 @@
# Contributor: David Manouchehri <d@32t.ca>

pkgname=dropbox
pkgver=2.8.3
pkgver=2.8.4
pkgrel=1
pkgdesc="A free service that lets you bring your photos, docs, and videos anywhere and share them easily."
arch=("i686" "x86_64")
Expand All @@ -20,13 +20,13 @@ options=('!strip' '!upx')
_source_arch="x86"
[ "$CARCH" = "x86_64" ] && _source_arch="x86_64"

sha256sums=('3c97160f679319bc4d62f5e509ef94fb3904eebca83a7a36f97fba2c73d3f3a2'
sha256sums=('9014842c40953f3d7057a11cb537bb5fcb807a0f1794a5efb908bcd343a2d2c5'
'e7d245f5d1a3d5322614b61400ae2913a8caef44bc86717ff7d8197a15dd7f01'
'dd8fdb362c0bba8d789010594f021671ff00e535fc75e13da855f43bc7a4b3aa'
'513d7b8395ade6f573b1397acf300326c8dc97e868bca0bc219fb3336b0d4533'
'2dc647035f4537b7286adb39a71c629353a57f8df03ab81283a3f110579a80aa'
'1db4b5c19121932d606142642109af4703f211393afe58566c7ec43499d25169')
[ "$CARCH" = "x86_64" ] && sha256sums[0]='869e9e0e80daa18a2cd32edd3fe8cc2f1e3b19b1d61d884ac59326129ae71518'
[ "$CARCH" = "x86_64" ] && sha256sums[0]='0a6e8558ed3c8dc84f8d8ded531fa12a4237169c40f54d8ea4d93967f28e0abe'

source=("https://dl.dropboxusercontent.com/u/17/${pkgname}-lnx.${_source_arch}-${pkgver}.tar.gz"
"dropbox.png"
Expand Down
4 changes: 2 additions & 2 deletions minecraft/PKGBUILD
Expand Up @@ -2,12 +2,12 @@

pkgname=minecraft
pkgver=latest
pkgrel=22
pkgrel=23
pkgdesc="An open-world game whose gameplay revolves around breaking and placing blocks"
arch=(any)
license=('custom')
url="http://www.minecraft.net/"
depends=('java-runtime' 'xorg-server-utils' 'openal')
depends=('java-runtime' 'xorg-xrandr' 'ttf-dejavu')
noextract=('minecraft.jar')
source=(minecraft http://s3.amazonaws.com/Minecraft.Download/launcher/Minecraft.jar
minecraft.desktop minecraft.png minecraft.install LICENSE)
Expand Down
6 changes: 3 additions & 3 deletions ttf-octicons/PKGBUILD
@@ -1,14 +1,14 @@
# Maintainer: Thomas Favre-Bulle <thomas.favre-bulle at bull dot net>
pkgname=ttf-octicons
pkgver=2.0.1
pkgver=2.0.2
pkgrel=1
pkgdesc="GitHub's octicons TrueType font"
arch=(any)
url="http://octicons.github.com/"
license=('custom')
depends=('fontconfig' 'xorg-font-utils')
source=('https://github.com/github/octicons/archive/v2.0.1.tar.gz')
md5sums=('990285eaf9ecddc419700ed675526f20')
source=('https://github.com/github/octicons/archive/v2.0.2.tar.gz')
md5sums=('673f446e13ca315594b234fb36e440b0')
install=$pkgname.install

package() {
Expand Down

0 comments on commit 065ce73

Please sign in to comment.