diff options
Diffstat (limited to 'community')
-rw-r--r-- | community/gmrun/PKGBUILD | 4 | ||||
-rw-r--r-- | community/haskell-haskeline/PKGBUILD | 41 | ||||
-rw-r--r-- | community/haskell-haskeline/haskell-haskeline.install | 18 | ||||
-rw-r--r-- | community/haskell-html/PKGBUILD | 41 | ||||
-rw-r--r-- | community/haskell-html/haskell-html.install | 19 | ||||
-rw-r--r-- | community/haskell-http/0001-relax-upper-bound-on-network.patch | 25 | ||||
-rw-r--r-- | community/haskell-http/PKGBUILD | 54 | ||||
-rw-r--r-- | community/haskell-http/haskell-http.install | 35 | ||||
-rw-r--r-- | community/haskell-zlib/PKGBUILD | 50 | ||||
-rw-r--r-- | community/haskell-zlib/haskell-zlib.install | 35 | ||||
-rw-r--r-- | community/kdeconnect/PKGBUILD | 6 | ||||
-rw-r--r-- | community/python2-caja/PKGBUILD | 14 | ||||
-rw-r--r-- | community/python2-caja/use-pkg-config.diff | 39 | ||||
-rw-r--r-- | community/rlwrap/ChangeLog | 2 | ||||
-rw-r--r-- | community/rlwrap/PKGBUILD | 6 | ||||
-rw-r--r-- | community/springlobby/PKGBUILD | 6 | ||||
-rw-r--r-- | community/syncthing/PKGBUILD | 4 | ||||
-rw-r--r-- | community/tap-plugins/PKGBUILD | 12 | ||||
-rw-r--r-- | community/xautolock/PKGBUILD | 4 |
19 files changed, 71 insertions, 344 deletions
diff --git a/community/gmrun/PKGBUILD b/community/gmrun/PKGBUILD index ea5fd9c70..197008332 100644 --- a/community/gmrun/PKGBUILD +++ b/community/gmrun/PKGBUILD @@ -4,7 +4,7 @@ pkgname=gmrun pkgver=0.9.2 -pkgrel=4 +pkgrel=5 pkgdesc="A simple program which provides a run program window" arch=('i686' 'x86_64') url="http://sf.net/projects/gmrun" @@ -27,4 +27,4 @@ package() { cd "${srcdir}/${pkgname}-${pkgver}" make DESTDIR="${pkgdir}" install -} +} diff --git a/community/haskell-haskeline/PKGBUILD b/community/haskell-haskeline/PKGBUILD deleted file mode 100644 index fed85e6e9..000000000 --- a/community/haskell-haskeline/PKGBUILD +++ /dev/null @@ -1,41 +0,0 @@ -# $Id: PKGBUILD 110623 2014-05-04 13:55:02Z td123 $ -# Maintainer: Vesa Kaihlavirta <vegai@iki.fi> -# Contributor: Arch Haskell Team <arch-haskell@haskell.org> -# Package generated by cabal2arch 0.7.6 - -_hkgname=haskeline -pkgname=haskell-haskeline -pkgver=0.7.1.2 -pkgrel=3 -pkgdesc="A command-line interface for user input, written in Haskell." -url="http://hackage.haskell.org/package/haskeline" -license=('custom:BSD3') -arch=('i686' 'x86_64') -depends=('ghc=7.8.2-2' 'sh' 'haskell-utf8-string=0.3.7-7' 'haskell-mtl=2.1.3.1' 'haskell-terminfo=0.4.0.0-2') -install=${pkgname}.install -options=('staticlibs') -source=(http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz) -md5sums=('5a34c091ffff2564a1ea4bec0a3aaf71') - -build() { - cd ${srcdir}/${_hkgname}-${pkgver} - runhaskell Setup configure \ - -O -p --enable-split-objs --enable-shared -fterminfo --prefix=/usr \ - --docdir=/usr/share/doc/${pkgname} --libsubdir=\$compiler/site-local/\$pkgid - runhaskell Setup build - runhaskell Setup haddock - runhaskell Setup register --gen-script - runhaskell Setup unregister --gen-script - sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh -} - -package() { - cd ${srcdir}/${_hkgname}-${pkgver} - install -D -m744 register.sh ${pkgdir}/usr/share/haskell/${pkgname}/register.sh - install -m744 unregister.sh ${pkgdir}/usr/share/haskell/${pkgname}/unregister.sh - install -d -m755 ${pkgdir}/usr/share/doc/ghc/html/libraries - ln -s /usr/share/doc/${pkgname}/html ${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname} - runhaskell Setup copy --destdir=${pkgdir} - install -D -m644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE - rm -f ${pkgdir}/usr/share/doc/${pkgname}/LICENSE -} diff --git a/community/haskell-haskeline/haskell-haskeline.install b/community/haskell-haskeline/haskell-haskeline.install deleted file mode 100644 index 27cb4a093..000000000 --- a/community/haskell-haskeline/haskell-haskeline.install +++ /dev/null @@ -1,18 +0,0 @@ -HS_DIR=usr/share/haskell/haskell-haskeline -post_install() { - ${HS_DIR}/register.sh - (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index) -} -pre_upgrade() { - ${HS_DIR}/unregister.sh -} -post_upgrade() { - ${HS_DIR}/register.sh - (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index) -} -pre_remove() { - ${HS_DIR}/unregister.sh -} -post_remove() { - (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index) -} diff --git a/community/haskell-html/PKGBUILD b/community/haskell-html/PKGBUILD deleted file mode 100644 index 4b7b6ac27..000000000 --- a/community/haskell-html/PKGBUILD +++ /dev/null @@ -1,41 +0,0 @@ -# Maintainer: Daniel Wallace <danielwallace at gtmanfred dot com> -# Contributor: Vesa Kaihlavirta <vesa@archlinux.org> -# Contributor: Arch Haskell Team <arch-haskell@haskell.org> -# Package generated by cabal2arch 0.7.6 - -_hkgname=html -pkgname=haskell-html -pkgver=1.0.1.2 -pkgrel=17 -pkgdesc="HTML combinator library" -url="http://hackage.haskell.org/package/html" -license=('custom:BSD3') -arch=('i686' 'x86_64') -depends=('ghc=7.8.2-2' 'sh') -source=(http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz) -install=${pkgname}.install -md5sums=('2a7de5a2af9a2f80d39825d6a95ee445') -options=('staticlibs') - -build() { - cd ${srcdir}/${_hkgname}-${pkgver} - runhaskell Setup configure -O -p --enable-split-objs --enable-shared \ - --prefix=/usr --docdir=/usr/share/doc/${pkgname} \ - --libsubdir=\$compiler/site-local/\$pkgid - runhaskell Setup build - runhaskell Setup haddock - runhaskell Setup register --gen-script - runhaskell Setup unregister --gen-script - sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh -} - -package() { - cd ${srcdir}/${_hkgname}-${pkgver} - install -D -m744 register.sh ${pkgdir}/usr/share/haskell/${pkgname}/register.sh - install -m744 unregister.sh ${pkgdir}/usr/share/haskell/${pkgname}/unregister.sh - install -d -m755 ${pkgdir}/usr/share/doc/ghc/html/libraries - ln -s /usr/share/doc/${pkgname}/html ${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname} - runhaskell Setup copy --destdir=${pkgdir} - install -D -m644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE - rm -f ${pkgdir}/usr/share/doc/${pkgname}/LICENSE -} diff --git a/community/haskell-html/haskell-html.install b/community/haskell-html/haskell-html.install deleted file mode 100644 index 768297e0a..000000000 --- a/community/haskell-html/haskell-html.install +++ /dev/null @@ -1,19 +0,0 @@ -HS_DIR=usr/share/haskell/haskell-html -post_install() { - ${HS_DIR}/register.sh - (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index) -} -pre_upgrade() { - ${HS_DIR}/unregister.sh &> /dev/null - exit 0 -} -post_upgrade() { - ${HS_DIR}/register.sh - (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index) -} -pre_remove() { - ${HS_DIR}/unregister.sh -} -post_remove() { - (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index) -} diff --git a/community/haskell-http/0001-relax-upper-bound-on-network.patch b/community/haskell-http/0001-relax-upper-bound-on-network.patch deleted file mode 100644 index 0c750ee02..000000000 --- a/community/haskell-http/0001-relax-upper-bound-on-network.patch +++ /dev/null @@ -1,25 +0,0 @@ -From 48063198a77c0274ae7d9ba2f50dc4c25ddba99f Mon Sep 17 00:00:00 2001 -From: Thomas Dziedzic <gostrc@gmail.com> -Date: Fri, 18 Apr 2014 09:40:01 -0700 -Subject: [PATCH] relax upper bound on network - ---- - HTTP.cabal | 2 +- - 1 file changed, 1 insertion(+), 1 deletion(-) - -diff --git a/HTTP.cabal b/HTTP.cabal -index 594e22d..a1b5578 100644 ---- a/HTTP.cabal -+++ b/HTTP.cabal -@@ -85,7 +85,7 @@ Library - Network.HTTP.Utils - Paths_HTTP - GHC-options: -fwarn-missing-signatures -Wall -- Build-depends: base >= 2 && < 4.8, network < 2.5, parsec -+ Build-depends: base >= 2 && < 4.8, network < 2.6, parsec - Extensions: FlexibleInstances - if flag(old-base) - Build-depends: base < 3 --- -1.9.2 - diff --git a/community/haskell-http/PKGBUILD b/community/haskell-http/PKGBUILD deleted file mode 100644 index 4eed8349a..000000000 --- a/community/haskell-http/PKGBUILD +++ /dev/null @@ -1,54 +0,0 @@ -# Maintainer: Thomas Dziedzic <gostrc@gmail.com> - -_hkgname=HTTP -pkgname=haskell-http -pkgver=4000.2.12 -pkgrel=2 -pkgdesc="A library for client-side HTTP" -url="http://hackage.haskell.org/package/${_hkgname}" -license=('custom:BSD3') -arch=('i686' 'x86_64') -options=('staticlibs') -depends=('ghc=7.8.2-2' 'sh' 'haskell-network=2.5.0.0-1' 'haskell-parsec=3.1.5-2' 'haskell-mtl=2.1.3.1-2') -source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz" - '0001-relax-upper-bound-on-network.patch') -install=${pkgname}.install -md5sums=('cd69429866439890353ec98100e3ba32' - '490004d105b18535bb6c77ec2566053e') - -build() { - cd ${_hkgname}-${pkgver} - - # fixes https://github.com/haskell/HTTP/issues/55 - patch -Np1 -i ${srcdir}/0001-relax-upper-bound-on-network.patch - - runhaskell Setup configure -O -p \ - --enable-split-objs \ - --enable-shared \ - --prefix=/usr \ - --docdir=/usr/share/doc/${pkgname} \ - --libsubdir=\$compiler/site-local/\$pkgid - - runhaskell Setup build - - runhaskell Setup haddock - - runhaskell Setup register --gen-script - runhaskell Setup unregister --gen-script - sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh -} - -package() { - cd ${_hkgname}-${pkgver} - - install -D -m744 register.sh ${pkgdir}/usr/share/haskell/${pkgname}/register.sh - install -m744 unregister.sh ${pkgdir}/usr/share/haskell/${pkgname}/unregister.sh - - install -d -m755 ${pkgdir}/usr/share/doc/ghc/html/libraries - ln -s /usr/share/doc/${pkgname}/html ${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname} - - runhaskell Setup copy --destdir=${pkgdir} - - install -D -m644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE - rm -f ${pkgdir}/usr/share/doc/${pkgname}/LICENSE -} diff --git a/community/haskell-http/haskell-http.install b/community/haskell-http/haskell-http.install deleted file mode 100644 index 0593ec4e2..000000000 --- a/community/haskell-http/haskell-http.install +++ /dev/null @@ -1,35 +0,0 @@ -pkgname=haskell-http - -_register() { - usr/share/haskell/${pkgname}/register.sh -} - -_unregister() { - usr/share/haskell/${pkgname}/unregister.sh -} - -_gen_contents() { - (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index) -} - -post_install() { - _register - _gen_contents -} - -pre_upgrade() { - _unregister -} - -post_upgrade() { - _register - _gen_contents -} - -pre_remove() { - _unregister -} - -post_remove() { - _gen_contents -} diff --git a/community/haskell-zlib/PKGBUILD b/community/haskell-zlib/PKGBUILD deleted file mode 100644 index 7ddd4519a..000000000 --- a/community/haskell-zlib/PKGBUILD +++ /dev/null @@ -1,50 +0,0 @@ -# Maintainer: Thomas Dziedzic <gostrc@gmail.com> - -_hkgname=zlib -pkgname=haskell-zlib -pkgver=0.5.4.1 -pkgrel=3 -pkgdesc="Compression and decompression in the gzip and zlib formats" -url="http://hackage.haskell.org/package/${_hkgname}" -license=('custom:BSD3') -arch=('i686' 'x86_64') -options=('staticlibs') -depends=('ghc=7.8.2-2' 'sh' 'zlib') -source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz") -install=${pkgname}.install -md5sums=('d0d10786d2bbd1d401a8b28a83e88475') - -build() { - cd ${_hkgname}-${pkgver} - - runhaskell Setup configure -O -p \ - --enable-split-objs \ - --enable-shared \ - --prefix=/usr \ - --docdir=/usr/share/doc/${pkgname} \ - --libsubdir=\$compiler/site-local/\$pkgid - - runhaskell Setup build - - runhaskell Setup haddock - - runhaskell Setup register --gen-script - runhaskell Setup unregister --gen-script - sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh -} - -package() { - cd ${_hkgname}-${pkgver} - - install -D -m744 register.sh ${pkgdir}/usr/share/haskell/${pkgname}/register.sh - install -m744 unregister.sh ${pkgdir}/usr/share/haskell/${pkgname}/unregister.sh - - install -d -m755 ${pkgdir}/usr/share/doc/ghc/html/libraries - ln -s /usr/share/doc/${pkgname}/html ${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname} - - runhaskell Setup copy --destdir=${pkgdir} - - install -D -m644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE - rm -f ${pkgdir}/usr/share/doc/${pkgname}/LICENSE -} - diff --git a/community/haskell-zlib/haskell-zlib.install b/community/haskell-zlib/haskell-zlib.install deleted file mode 100644 index a2bb66224..000000000 --- a/community/haskell-zlib/haskell-zlib.install +++ /dev/null @@ -1,35 +0,0 @@ -pkgname=haskell-zlib - -_register() { - usr/share/haskell/${pkgname}/register.sh -} - -_unregister() { - usr/share/haskell/${pkgname}/unregister.sh -} - -_gen_contents() { - (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index) -} - -post_install() { - _register - _gen_contents -} - -pre_upgrade() { - _unregister -} - -post_upgrade() { - _register - _gen_contents -} - -pre_remove() { - _unregister -} - -post_remove() { - _gen_contents -} diff --git a/community/kdeconnect/PKGBUILD b/community/kdeconnect/PKGBUILD index abf8114bc..8bc681308 100644 --- a/community/kdeconnect/PKGBUILD +++ b/community/kdeconnect/PKGBUILD @@ -1,9 +1,9 @@ -# $Id: PKGBUILD 113762 2014-06-29 17:54:21Z andrea $ +# $Id: PKGBUILD 115427 2014-07-11 09:34:57Z andrea $ # Maintainer: Andrea Scarpino <andrea@archlinux.org> # Contributor: Kuba Serafinowski <zizzfizzix(at)gmail(dot)com> pkgname=kdeconnect -pkgver=0.7.1 +pkgver=0.7.2 pkgrel=1 pkgdesc='Adds communication between KDE and your smartphone' url='https://projects.kde.org/projects/playground/base/kdeconnect-kde' @@ -14,7 +14,7 @@ makedepends=('automoc4' 'cmake') optdepends=('sshfs: remote filesystem browser') install="${pkgname}.install" source=("http://download.kde.org/unstable/${pkgname}/${pkgver}/src/${pkgname}-kde-${pkgver}.tar.xz") -md5sums=('bcf4525e8967a10771534e8b7a5b22d8') +md5sums=('1cd10d54bb3dc6e5b854ec110f63cecb') prepare() { mkdir build diff --git a/community/python2-caja/PKGBUILD b/community/python2-caja/PKGBUILD index 46530e36f..79cbc63da 100644 --- a/community/python2-caja/PKGBUILD +++ b/community/python2-caja/PKGBUILD @@ -3,22 +3,26 @@ pkgname=python2-caja _pkgname=python-caja pkgver=1.8.0 -pkgrel=1 +pkgrel=2 pkgdesc="Python binding for Caja, to allow Caja property page and menu item extensions to be written in Python." url="http://mate-desktop.org" arch=('i686' 'x86_64') license=('GPL') depends=('caja' 'python2' 'python2-gobject') makedepends=('mate-common') -options=('!emptydirs') replaces=('python-caja') provides=('python-caja') -source=("http://pub.mate-desktop.org/releases/1.8/${_pkgname}-${pkgver}.tar.xz") -sha1sums=('63cf08e3f711be8eb44c423322962a18f822031e') +source=("http://pub.mate-desktop.org/releases/1.8/${_pkgname}-${pkgver}.tar.xz" + "use-pkg-config.diff") +sha1sums=('63cf08e3f711be8eb44c423322962a18f822031e' + '32c348669868414d98c3a4be0a083b419256200d') prepare() { cd "${srcdir}/${_pkgname}-${pkgver}" - sed -i 's/python-config/python2-config/' configure + # Use pkg-config for python detection and variables + # - https://github.com/mate-desktop/python-caja/issues/17 + patch -Np1 -i "${srcdir}/use-pkg-config.diff" + autoreconf -fi } build() { diff --git a/community/python2-caja/use-pkg-config.diff b/community/python2-caja/use-pkg-config.diff new file mode 100644 index 000000000..0d32df316 --- /dev/null +++ b/community/python2-caja/use-pkg-config.diff @@ -0,0 +1,39 @@ +diff --git a/configure.ac b/configure.ac +index f4059e3..a8345ae 100644 +--- a/configure.ac ++++ b/configure.ac +@@ -30,8 +30,12 @@ GTK_DOC_CHECK(1.9) + dnl ************************************************** + dnl * Check for Python + dnl ************************************************** +-AM_CHECK_PYTHON_HEADERS(,[AC_MSG_ERROR([could not find Python headers])]) +-AM_CHECK_PYTHON_LIBS(,[AC_MSG_ERROR([could not find Python lib])]) ++AM_PATH_PYTHON([2.6]) ++PKG_CHECK_MODULES([PYTHON], [python-${PYTHON_VERSION}]) ++PYTHON_LIB_LOC="`pkg-config python-${PYTHON_VERSION} --variable=libdir`" ++AC_SUBST(PYTHON_LIBS) ++AC_SUBST(PYTHON_CFLAGS) ++AC_SUBST(PYTHON_LIB_LOC) + + if test "`pkg-config --variable=datadir pygobject-3.0`" != "" ; then + PYGOBJECT_VERSION=pygobject-3.0 +diff --git a/src/Makefile.am b/src/Makefile.am +index e3d7c3f..dd37d15 100644 +--- a/src/Makefile.am ++++ b/src/Makefile.am +@@ -16,12 +16,13 @@ libcaja_python_la_CPPFLAGS = \ + -DLIBDIR=\"$(libdir)\" \ + -DPYTHON_VERSION=\"$(PYTHON_VERSION)\" \ + -DPY_LIB_LOC="\"$(PYTHON_LIB_LOC)\"" \ +- $(PYTHON_INCLUDES) \ ++ $(CAJA_PYTHON_CFLAGS) \ + $(AM_CPPFLAGS) + + libcaja_python_la_CFLAGS = \ ++ $(PYTHON_CFLAGS) + $(CAJA_PYTHON_CFLAGS) \ + $(AM_CFLAGS) + + libcaja_python_la_LDFLAGS = -module -avoid-version +-libcaja_python_la_LIBADD = $(CAJA_PYTHON_LIBS) $(PYTHON_LIBS) ++libcaja_python_la_LIBADD = $(PYTHON_LIBS) $(CAJA_PYTHON_LIBS) diff --git a/community/rlwrap/ChangeLog b/community/rlwrap/ChangeLog index 995078cfe..dd0412af3 100644 --- a/community/rlwrap/ChangeLog +++ b/community/rlwrap/ChangeLog @@ -1,3 +1,5 @@ +2014-07-11 Kyle Keen <keenerd@gmail.com> +* Updated to 0.41 2014-05-10 Kyle Keen <keenerd@gmail.com> * Updated to 0.40 2008-03-21 partition <heniekk@gmail.com> diff --git a/community/rlwrap/PKGBUILD b/community/rlwrap/PKGBUILD index c3e099365..0366e7fe7 100644 --- a/community/rlwrap/PKGBUILD +++ b/community/rlwrap/PKGBUILD @@ -1,4 +1,4 @@ -# $Id: PKGBUILD 110957 2014-05-10 16:52:31Z kkeen $ +# $Id: PKGBUILD 115530 2014-07-11 21:36:16Z kkeen $ # Maintainer: Kyle Keen <keenerd@gmail.com> # Contributor: wizzomafizzo <wizzomafizzo@gmail.com> # Contributor: Mateusz Herych <heniekk@gmail.com> @@ -6,7 +6,7 @@ # Contributor: Douglas Thrift <douglas@douglasthrift.net> pkgname=rlwrap -pkgver=0.40 +pkgver=0.41 pkgrel=1 pkgdesc="Adds readline-style editing and history to programs." arch=('i686' 'x86_64') @@ -14,7 +14,7 @@ url="http://utopia.knoware.nl/~hlub/uck/rlwrap/" license=('GPL') depends=('perl') source=(http://utopia.knoware.nl/~hlub/uck/$pkgname/$pkgname-$pkgver.tar.gz) -md5sums=('2488052579d05aeef68e746ad35c7a55') +md5sums=('8d1f3f8e634d55725645e6750c54e5f2') build() { cd "$srcdir/$pkgname-$pkgver" diff --git a/community/springlobby/PKGBUILD b/community/springlobby/PKGBUILD index ed2f6f08d..a02067b58 100644 --- a/community/springlobby/PKGBUILD +++ b/community/springlobby/PKGBUILD @@ -1,9 +1,9 @@ -# $Id: PKGBUILD 112973 2014-06-10 17:40:28Z svenstaro $ +# $Id: PKGBUILD 115417 2014-07-11 01:30:32Z svenstaro $ # Maintainer: Sven-Hendrik Haase <sh@lutzhaase.com> # Contributor: DuGi <dugi@irc.pl> pkgname=springlobby -pkgver=0.195 +pkgver=0.196 pkgrel=1 pkgdesc="A free cross-platform lobby client for the Spring RTS project." arch=('i686' 'x86_64') @@ -15,7 +15,7 @@ optdepends=('sdl' 'sdl_sound' 'sdl_mixer') makedepends=('boost' 'asio' 'cmake') install=springlobby.install source=(http://www.springlobby.info/tarballs/${pkgname}-${pkgver}.tar.bz2) -md5sums=('9a13e2207c80382561f02c74f571b339') +md5sums=('3b39b1ee5597001ff101bb7469027c79') build() { cd $srcdir/${pkgname}-$pkgver diff --git a/community/syncthing/PKGBUILD b/community/syncthing/PKGBUILD index 162149f1d..fbfc2ad65 100644 --- a/community/syncthing/PKGBUILD +++ b/community/syncthing/PKGBUILD @@ -6,7 +6,7 @@ _pkgstamp=$(date +%s) pkgname=syncthing -pkgver=0.8.18 +pkgver=0.8.19 pkgrel=1 pkgdesc="Open Source Continuous Replication / Cluster Synchronization Thing" url="http://syncthing.net/" @@ -17,7 +17,7 @@ makedepends=('go' 'godep' 'inetutils' 'sed') source=("https://github.com/calmh/${pkgname}/archive/v${pkgver}.tar.gz" "syncthing@.service" "syncthing.1") -sha1sums=('e643d6b0f3610ca74496c7020aaa19906b75a51a' +sha1sums=('88c1bd818061a127b5263e9220ec54fd7544d217' '204cad3823306c793a14a17a23220e26199160d4' '17be8b3f99c577e325765abc251f597e204d7711') install=${pkgname}.install diff --git a/community/tap-plugins/PKGBUILD b/community/tap-plugins/PKGBUILD index 8ab3c5150..05fa57e32 100644 --- a/community/tap-plugins/PKGBUILD +++ b/community/tap-plugins/PKGBUILD @@ -1,9 +1,9 @@ -# $Id: PKGBUILD 95495 2013-08-13 03:24:48Z speps $ +# $Id: PKGBUILD 115470 2014-07-11 19:11:33Z speps $ # Maintainer : speps <speps at aur dot archlinux dot org> # Contributor: Ng Oon-Ee <ngoonee.talk@gmail.com> pkgname=tap-plugins -pkgver=0.7.2 +pkgver=0.7.3 pkgrel=1 pkgdesc="Tom's LADSPA Plugins" arch=('i686' 'x86_64') @@ -12,20 +12,20 @@ license=('GPL') groups=('ladspa-plugins') depends=('ladspa') source=("http://downloads.sourceforge.net/project/$pkgname/$pkgname/$pkgver/$pkgname-$pkgver.tar.gz") -md5sums=('354b171e580cfad6bad87c26a79ef273') +md5sums=('113fa021b2a05e2fd3cf35f65e6ca137') prepare() { - cd "$srcdir/$pkgname-$pkgver" + cd $pkgname-$pkgver # correct install path sed 's|/usr/local/|$(DESTDIR)/usr/|' -i Makefile } build() { - cd "$srcdir/$pkgname-$pkgver" + cd $pkgname-$pkgver make } package() { - cd "$srcdir/$pkgname-$pkgver" + cd $pkgname-$pkgver make DESTDIR="$pkgdir/" install } diff --git a/community/xautolock/PKGBUILD b/community/xautolock/PKGBUILD index 9ab05243c..6a57dfe85 100644 --- a/community/xautolock/PKGBUILD +++ b/community/xautolock/PKGBUILD @@ -1,11 +1,11 @@ -# $Id: PKGBUILD 64681 2012-02-17 18:30:55Z bluewind $ +# $Id: PKGBUILD 115435 2014-07-11 10:18:32Z bluewind $ # Maintainer: Florian Pritz <f-p@gmx.at> # Contributor: dorphell <dorphell@archlinux.org> # Committer: Judd Vinet <jvinet@zeroflux.org> pkgname=xautolock pkgver=2.2 -pkgrel=3 +pkgrel=4 pkgdesc="An automatic X screen-locker/screen-saver" arch=(i686 x86_64) url="ftp://ibiblio.org/pub/Linux/X11/screensavers/" |