Browse Source

add libktorrent PKGBUILD, needed for ktorrent

Ronald van Haren 15 years ago
parent
commit
c08782e241
1 changed files with 3 additions and 3 deletions
  1. 3 3
      PKGBUILD

+ 3 - 3
PKGBUILD

@@ -2,7 +2,7 @@
 # Contributor: Flamelab <panosfilip@gmail.com
 # Contributor: Flamelab <panosfilip@gmail.com
 
 
 pkgname=gnome-shell
 pkgname=gnome-shell
-pkgver=2.29.1
+pkgver=2.31.2
 pkgrel=1
 pkgrel=1
 pkgdesc="The next generation GNOME Shell. Experimental, GNOME 3.0 version."
 pkgdesc="The next generation GNOME Shell. Experimental, GNOME 3.0 version."
 arch=('i686' 'x86_64')
 arch=('i686' 'x86_64')
@@ -12,8 +12,7 @@ depends=('gnome-desktop>=2.29.92' 'gnome-python' 'gnome-menus>=2.29.92' 'mutter>
 makedepends=('intltool' 'pkgconfig' 'gnome-doc-utils>=0.19.5' 'gir-repository')
 makedepends=('intltool' 'pkgconfig' 'gnome-doc-utils>=0.19.5' 'gir-repository')
 options=('!libtool' '!emptydirs')
 options=('!libtool' '!emptydirs')
 install=gnome-shell.install
 install=gnome-shell.install
-source=(http://ftp.gnome.org/pub/GNOME/sources/gnome-shell/2.29/gnome-shell-$pkgver.tar.bz2)
-sha256sums=('710b863c0beea45543f8057d31b028ec85e19efeedda2b964d784d6fc1729c0b')
+source=(http://ftp.gnome.org/pub/GNOME/sources/gnome-shell/2.31/gnome-shell-$pkgver.tar.bz2)
 
 
 build() {
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}
   cd ${srcdir}/${pkgname}-${pkgver}
@@ -27,3 +26,4 @@ build() {
   rm -f ${pkgdir}/etc/gconf/schemas/*.schemas
   rm -f ${pkgdir}/etc/gconf/schemas/*.schemas
 }
 }
 
 
+sha1sums=('9df6117f9d3b9f9056e71f801cb1cefe66569ee9')