summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoffrey2019-08-20 16:09:52 +0000
committerJoffrey2019-08-20 16:09:52 +0000
commitd5480060bd36829d830b91cd07351bb52befabe3 (patch)
tree39141beaef040a0d88ed81584ae52a5fcaee6e01
parent0db7a484748dcb5dbd3105fcb9a651c41ca46ef3 (diff)
downloadaur-d5480060bd36829d830b91cd07351bb52befabe3.tar.gz
updpkg: 7.0.4
-rw-r--r--.SRCINFO15
-rw-r--r--PKGBUILD11
2 files changed, 9 insertions, 17 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5f0f4fe7754c..98b5e2ffe784 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,16 +1,11 @@
pkgbase = seahub
pkgdesc = The web frontend for seafile server
- pkgver = 7.0.3
+ pkgver = 7.0.4
pkgrel = 1
url = https://github.com/haiwen/seahub
- changelog = ChangeLog
- arch = i686
- arch = x86_64
- arch = armv7h
- arch = armv6h
- arch = aarch64
+ arch = any
license = Apache
- depends = seafile-server>=7.0.3
+ depends = seafile-server>=7.0.4
depends = python2-dateutil
depends = python2-memcached
depends = python2-chardet
@@ -41,8 +36,8 @@ pkgbase = seahub
optdepends = python2-django-pylibmc: Memcached support
optdepends = ffmpeg: For video thumbnails
options = !strip
- source = seahub-7.0.3-server.tar.gz::https://github.com/haiwen/seahub/archive/v7.0.3-server.tar.gz
- sha256sums = 0cc209b6195eef73253f45e18b9ba33db977144de7092d417bfebe2e46f98cca
+ source = seahub-7.0.4-server.tar.gz::https://github.com/haiwen/seahub/archive/v7.0.4-server.tar.gz
+ sha256sums = 222311e4c30aa9a56e30bc9f4d98b8db9589a6ba8d1b22443b529c6e876c7efd
pkgname = seahub
diff --git a/PKGBUILD b/PKGBUILD
index ae1b007554c0..7bfcacc83b02 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,10 +4,10 @@
# Contributor: Aaron Lindsay <aaron@aclindsay.com>
pkgname=seahub
-pkgver=7.0.3
+pkgver=7.0.4
pkgrel=1
pkgdesc='The web frontend for seafile server'
-arch=('i686' 'x86_64' 'armv7h' 'armv6h' 'aarch64')
+arch=('any')
url='https://github.com/haiwen/seahub'
license=('Apache')
depends=(
@@ -44,9 +44,8 @@ optdepends=(
'python2-django-pylibmc: Memcached support'
'ffmpeg: For video thumbnails'
)
-changelog="ChangeLog"
source=("$pkgname-$pkgver-server.tar.gz::$url/archive/v$pkgver-server.tar.gz")
-sha256sums=('0cc209b6195eef73253f45e18b9ba33db977144de7092d417bfebe2e46f98cca')
+sha256sums=('222311e4c30aa9a56e30bc9f4d98b8db9589a6ba8d1b22443b529c6e876c7efd')
options=('!strip')
prepare() {
@@ -63,11 +62,9 @@ prepare() {
build() {
cd "$srcdir/$pkgname-$pkgver-server"
- printf 'Compile seahub locales...'
for locale in ./locale/*/LC_MESSAGES/*.po; do
- msgfmt -o "${locale%.po}.mo" "$locale"
+ msgfmt -vo "${locale%.po}.mo" "$locale"
done
- printf 'done.\n'
}
package() {