Skip to content

Commit

Permalink
AUR updates
Browse files Browse the repository at this point in the history
  • Loading branch information
amyreese committed Jul 22, 2014
1 parent 30002f2 commit 14bd1c8
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
8 changes: 4 additions & 4 deletions otf-fira-mono/PKGBUILD
@@ -1,16 +1,16 @@
# Maintainer: Markus Weimar <mail at markusweimar dot de>
pkgname=otf-fira-mono
epoch=1
pkgver=3.110
pkgrel=3
pkgver=3.111
pkgrel=1
depends=('fontconfig' 'xorg-font-utils')
pkgdesc="A monospace typeface designed for Firefox OS."
arch=('any')
url="https://www.mozilla.org/en-US/styleguide/products/firefox-os/typeface/"
license=('custom:OFL')
source=("http://www.markusweimar.de/public/otf-fira-mono-3.110.tar.xz")
source=("http://www.markusweimar.de/public/otf-fira-mono-3.111.tar.xz")
install=${pkgname}.install
md5sums=('e3d409ca1e44f1d25c7718a8cfcfabd4')
md5sums=('13565a378c684cfa2a6003b75f47f28f')

package() {
cd ${srcdir}/otf-fira-mono-${pkgver}
Expand Down
8 changes: 4 additions & 4 deletions otf-fira-sans/PKGBUILD
@@ -1,16 +1,16 @@
# Maintainer: Markus Weimar <mail at markusweimar dot de>
pkgname=otf-fira-sans
epoch=1
pkgver=3.110
pkgrel=3
pkgver=3.111
pkgrel=1
depends=('fontconfig' 'xorg-font-utils')
pkgdesc="A sans-serif typeface designed for Firefox OS."
arch=('any')
url="https://www.mozilla.org/en-US/styleguide/products/firefox-os/typeface/"
license=('custom:OFL')
source=("http://www.markusweimar.de/public/otf-fira-sans-3.110.tar.xz")
source=("http://www.markusweimar.de/public/otf-fira-sans-3.111.tar.xz")
install=${pkgname}.install
md5sums=('ff19c8a37f52e7aa45641ff145f1a1bf')
md5sums=('6aa233533c292b085fbaf2947fe402fe')

package() {
cd ${srcdir}/otf-fira-sans-${pkgver}
Expand Down
4 changes: 2 additions & 2 deletions pacaur/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Spyhawk

pkgname=pacaur
pkgver=4.2.6
pkgver=4.2.7
pkgrel=1
pkgdesc="A fast workflow AUR helper using cower as backend"
arch=('any')
Expand All @@ -11,7 +11,7 @@ depends=('cower' 'expac' 'sudo' 'pacman')
makedepends=('perl')
backup=('etc/xdg/pacaur/config')
source=("https://github.com/Spyhawk/$pkgname/archive/$pkgver.tar.gz")
md5sums=('cdb288adddb096ba4f90d7cdf0509f29')
md5sums=('ba4257d4ed303ab089d69fd6b205ba8a')

build() {
cd "$pkgname-$pkgver"
Expand Down

0 comments on commit 14bd1c8

Please sign in to comment.