Skip to content

Commit

Permalink
gnome-icon-theme-symbolic: Update to 3.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexpux committed Aug 18, 2014
1 parent 26662e0 commit 90a73ec
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions mingw-w64-gnome-icon-theme-symbolic/PKGBUILD
@@ -1,23 +1,22 @@
# Maintainer: Alexey Pavlov <alexpux@gmail.com>

_realname=gnome-icon-theme-symbolic

pkgname="${MINGW_PACKAGE_PREFIX}-${_realname}"
pkgver=3.11.5
pkgver=3.12.0
pkgrel=1
pkgdesc="GNOME icon theme, symbolic icons (mingw-w64)"
arch=('any')
license=('GPL')
url="http://www.gnome.org"
depends=("${MINGW_PACKAGE_PREFIX}-gtk2"
"${MINGW_PACKAGE_PREFIX}-icon-naming-utils"
"${MINGW_PACKAGE_PREFIX}-hicolor-icon-theme"
"${MINGW_PACKAGE_PREFIX}-librsvg")
"${MINGW_PACKAGE_PREFIX}-icon-naming-utils"
"${MINGW_PACKAGE_PREFIX}-hicolor-icon-theme"
"${MINGW_PACKAGE_PREFIX}-librsvg")
makedepends=('intltool')
install=gnome-icon-theme-symbolic-${CARCH}.install
groups=("${MINGW_PACKAGE_PREFIX}-gnome")
source=(http://ftp.gnome.org/pub/gnome/sources/${_realname}/${pkgver%.*}/${_realname}-$pkgver.tar.xz)
sha256sums=('a2e1e7b12e58936892f02e5c7e3ad4930d83a406023cbe0e676f90112c4915ec')
sha256sums=('851a4c9d8e8cb0000c9e5e78259ab8b8e67c5334e4250ebcc8dfdaa33520068b')

prepare() {
cd ${srcdir}/${_realname}-${pkgver}
Expand Down

0 comments on commit 90a73ec

Please sign in to comment.