summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLeon2016-05-09 00:11:10 +0800
committerLeon2016-05-09 00:11:10 +0800
commitf1c37a35fe149790649ed462824434aba500425c (patch)
tree7428c890508bf7597efcba9a9e7cdf4a790f525a
parent25db395316bd2ea042dee53058bcd42153dc62e8 (diff)
downloadaur-f1c37a35fe149790649ed462824434aba500425c.tar.gz
1.5.86.4849-2
-rw-r--r--.SRCINFO12
-rw-r--r--PKGBUILD9
2 files changed, 13 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 628f2b6afa01..09b75c1f4bc8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,19 +1,23 @@
# Generated by makepkg 5.0.1
-# Sun May 8 15:48:53 UTC 2016
+# Sun May 8 16:10:09 UTC 2016
pkgbase = b1freearchiver
pkgdesc = Most friendly and simple free file archiver
pkgver = 1.5.86.4849
- pkgrel = 1
+ pkgrel = 2
url = http://www.b1.org
install = b1freearchiver.install
arch = i686
arch = x86_64
license = custom
depends = qtwebkit
- depends = python
+ optdepends = python:
+ optdepends = dolphin
+ optdepends = service
+ optdepends = menu
+ optdepends = support
options = strip
source = http://b1.org/download-start/0/os=deb64/b1freearchiver_current_stable_amd64.deb
- md5sums = SKIP
+ md5sums = e8fd7a8306b23aa9db6cfbfe55bd2954
pkgname = b1freearchiver
diff --git a/PKGBUILD b/PKGBUILD
index 615c39677640..b39dcb80adec 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,9 +3,10 @@
pkgname=b1freearchiver
pkgdesc="Most friendly and simple free file archiver"
pkgver=1.5.86.4849
-pkgrel=1
+pkgrel=2
arch=('i686' 'x86_64')
-depends=(qtwebkit python)
+depends=(qtwebkit)
+optdepends=(python: dolphin service menu support)
url="http://www.b1.org"
license=('custom')
options=(strip)
@@ -15,12 +16,12 @@ case "$CARCH" in
'i686')
_arch1=32
_arch2=i386
- md5sums=(SKIP)
+ md5sums=('0f3c5f0010f9cf67974c1f81f5f1413b')
;;
'x86_64')
_arch1=64
_arch2=amd64
- md5sums=(SKIP)
+ md5sums=('e8fd7a8306b23aa9db6cfbfe55bd2954')
;;
esac