[arch-commits] Commit in owncloud/trunk (PKGBUILD)

Sergej Pupykin spupykin at nymeria.archlinux.org
Wed May 7 15:25:32 UTC 2014


    Date: Wednesday, May 7, 2014 @ 17:25:31
  Author: spupykin
Revision: 110814

upgpkg: owncloud 6.0.3-2

upd

Modified:
  owncloud/trunk/PKGBUILD

----------+
 PKGBUILD |   12 +++++++++---
 1 file changed, 9 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2014-05-07 15:09:39 UTC (rev 110813)
+++ PKGBUILD	2014-05-07 15:25:31 UTC (rev 110814)
@@ -5,7 +5,7 @@
 
 pkgname=owncloud
 pkgver=6.0.3
-pkgrel=1
+pkgrel=2
 pkgdesc="A cloud server to store your files centrally on a hardware controlled by you"
 arch=('any')
 url="http://owncloud.org/"
@@ -23,12 +23,18 @@
 makedepends=()
 options=('!strip')
 source=("http://download.owncloud.org/community/$pkgname-${pkgver}.tar.bz2"{,.asc}
-	'apache.example.conf')
+	'apache.example.conf'
+	'img.patch::https://gist.githubusercontent.com/anonymous/11535580/raw/stdin')
 backup=('etc/webapps/owncloud/apache.example.conf')
 md5sums=('007d6025cca1e46abd52bc6700149bc9'
          'SKIP'
-         '2c33ca1019379fa0878d5a1a87d9374d')
+         '2c33ca1019379fa0878d5a1a87d9374d'
+         '35815f95b015d0bfeebf5bbfb5271cc2')
 
+prepare() {
+  cd $srcdir/$pkgname/lib/private && patch -p0 <$srcdir/img.patch
+}
+
 package() {
   # install license
   install -d ${pkgdir}/usr/share/licenses/${pkgname}




More information about the arch-commits mailing list