summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorlevinit2018-11-30 10:41:09 +0800
committerlevinit2018-11-30 10:41:09 +0800
commit08ecf33671c2d7179a7af4ae544b0856378cced2 (patch)
treebca56ce648b9a8418f1b531640b32e9a2065c27a
parentfd17922a484a75cc1d0c95471b0e606ed32ef105 (diff)
downloadaur-08ecf33671c2d7179a7af4ae544b0856378cced2.tar.gz
v0.7.1
-rw-r--r--.SRCINFO9
-rw-r--r--PKGBUILD18
2 files changed, 9 insertions, 18 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ff974fcbfc0d..4de8577f20a5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,16 +1,13 @@
pkgbase = mockingbot
pkgdesc = A prototyping & collaboration tool.墨刀/modao/MockingBot
- pkgver = 0.6.9
+ pkgver = 0.7.1
pkgrel = 1
url = https://mockingbot.com/downloads
- arch = i686
arch = x86_64
license = custom
depends = gconf
- source_i686 = https://s3.cn-north-1.amazonaws.com.cn/modao/downloads/MockingBot_i386.deb
- md5sums_i686 = SKIP
- source_x86_64 = https://s3.cn-north-1.amazonaws.com.cn/modao/downloads/MockingBot_amd64.deb
- md5sums_x86_64 = SKIP
+ source = https://s3.cn-north-1.amazonaws.com.cn/modao/linux/MockingBot_amd64.deb
+ sha512sums = SKIP
pkgname = mockingbot
diff --git a/PKGBUILD b/PKGBUILD
index 2893ba72bee7..5abde3ef6337 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,23 +1,17 @@
# Maintainer: levinit <levinit at outlook>
pkgname=mockingbot
-pkgver=0.6.9
+pkgver=0.7.1
pkgrel=1
pkgdesc="A prototyping & collaboration tool.墨刀/modao/MockingBot"
-arch=('i686' 'x86_64')
+arch=('x86_64')
url="https://mockingbot.com/downloads"
license=('custom')
depends=('gconf')
-source_common="https://s3.cn-north-1.amazonaws.com.cn/modao/downloads"
-source_x86_64=("$source_common/MockingBot_amd64.deb")
-source_i686=("$source_common/MockingBot_i386.deb")
-md5sums_x86_64=('SKIP')
-md5sums_i686=('SKIP')
-#pkgver() {
-#
-#}
+source=("https://s3.cn-north-1.amazonaws.com.cn/modao/linux/MockingBot_amd64.deb")
+sha512sums=('SKIP')
package() {
tar -xvf data.tar.xz -C ${pkgdir}
@@ -27,7 +21,7 @@ package() {
#edit app's desktop file
sed -i 's/Exec=MockingBot/Exec=mockingbot/' ${pkgdir}/usr/share/applications/MockingBot.desktop
sed -i 's/Comment=MockingBot/Comment=Prototyping design tool/' ${pkgdir}/usr/share/applications/MockingBot.desktop
- sed -i 's/Categories=utils;/Categories=Graphics;/' ${pkgdir}/usr/share/applications/MockingBot.desktop
+ sed -i 's/Categories=utils;/Categories=Development;Graphics;/' ${pkgdir}/usr/share/applications/MockingBot.desktop
echo -e '
Name[zh_CN]=墨刀
Name[zh_TW]=墨刀
@@ -40,4 +34,4 @@ Comment[zh_SG]=原型设计工具' >> ${pkgdir}/usr/share/applications/MockingBo
chmod -R go-w "${pkgdir}"/usr
install -dm755 "${pkgdir}/usr/bin"
-}
+} \ No newline at end of file