summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMaxim Andersson2017-11-18 22:30:21 +0100
committerMaxim Andersson2017-11-18 22:30:21 +0100
commit533f5459316aada1ac1463ddc60a467c0e74d286 (patch)
treea80721eebe65acdafa34fe2b714d29409ce32c6d
parent7878bd4201f0245e2b96a3fed194843e6098c12f (diff)
downloadaur-533f5459316aada1ac1463ddc60a467c0e74d286.tar.gz
Update to 0.6.0-1
-rw-r--r--.SRCINFO11
-rw-r--r--PKGBUILD8
2 files changed, 9 insertions, 10 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9ec4594acbfa..00375cc17094 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,18 +1,17 @@
# Generated by mksrcinfo v8
-# Sat Jul 15 22:21:34 UTC 2017
+# Sat Nov 18 21:29:09 UTC 2017
pkgbase = abricotine
pkgdesc = A markdown editor with inline preview
- pkgver = 0.5.0
- pkgrel = 2
+ pkgver = 0.6.0
+ pkgrel = 1
url = http://abricotine.brrd.fr
- arch = i686
arch = x86_64
license = GPL3
makedepends = npm
depends = gconf
- source = https://github.com/brrd/abricotine/archive/0.5.0.tar.gz
+ source = https://github.com/brrd/abricotine/archive/0.6.0.tar.gz
source = abricotine.desktop
- sha256sums = 6e84be88c8b4d791024d45ba6310374d7dd50a5a36f8dd472d62c50412a2f899
+ sha256sums = 3725dfe19bc71e3dbd6040ba323999da8c24a3a68100f468ff8d77f627301f74
sha256sums = dba9226026a0afb735428bb3203360365939b1c802a120b616038edadea752f4
pkgname = abricotine
diff --git a/PKGBUILD b/PKGBUILD
index 562aae59efc6..6d23d50d476b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,17 +1,17 @@
# Maintainer: Maxim Andersson <thesilentboatman@gmail.com>
pkgname=abricotine
-pkgver=0.5.0
-pkgrel=2
+pkgver=0.6.0
+pkgrel=1
pkgdesc="A markdown editor with inline preview"
-arch=('i686' 'x86_64')
+arch=('x86_64')
url="http://abricotine.brrd.fr"
license=('GPL3')
depends=('gconf')
makedepends=('npm')
source=("https://github.com/brrd/${pkgname}/archive/${pkgver}.tar.gz"
"${pkgname}.desktop")
-sha256sums=('6e84be88c8b4d791024d45ba6310374d7dd50a5a36f8dd472d62c50412a2f899'
+sha256sums=('3725dfe19bc71e3dbd6040ba323999da8c24a3a68100f468ff8d77f627301f74'
'dba9226026a0afb735428bb3203360365939b1c802a120b616038edadea752f4')
build() {