summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMaxim Andersson2016-04-07 23:58:55 +0200
committerMaxim Andersson2016-04-07 23:58:55 +0200
commitebfac28a7bee9d32b15191ca6bcc59966b178ce9 (patch)
tree5a5992e4abd1294cffe36e5c1cbf29aa5137484e
parent8ca571c82935a3798ddca325fe6f1e2067e86510 (diff)
downloadaur-ebfac28a7bee9d32b15191ca6bcc59966b178ce9.tar.gz
Update to 0.3.2-1
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 77cca74b4b9c..a6e5a6afa3d9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,17 +1,17 @@
# Generated by mksrcinfo v8
-# Wed Apr 6 16:42:25 UTC 2016
+# Thu Apr 7 21:27:04 UTC 2016
pkgbase = abricotine
pkgdesc = A markdown editor with inline preview
- pkgver = 0.3.1
+ pkgver = 0.3.2
pkgrel = 1
url = http://abricotine.brrd.fr
arch = i686
arch = x86_64
license = GPL3
makedepends = npm
- source = https://github.com/brrd/abricotine/archive/0.3.1.tar.gz
+ source = https://github.com/brrd/abricotine/archive/0.3.2.tar.gz
source = abricotine.desktop
- sha256sums = 197ec6e9c7116730733902f218d91ccca0794029f9b9ad84bf8e2a9489eb265d
+ sha256sums = 551ec5a6afc05ab5e82d01b9b841eff0a97fbba198b6fd10aee3376871615a8e
sha256sums = 48ca6ce5c5f7ac5713ad9b199d8627abb8385f5bbd85b8cd9754da2ee9c11432
pkgname = abricotine
diff --git a/PKGBUILD b/PKGBUILD
index 21aa0e350b5d..0a2bf1a78e06 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Maxim Andersson <thesilentboatman@gmail.com>
pkgname=abricotine
-pkgver=0.3.1
+pkgver=0.3.2
pkgrel=1
pkgdesc="A markdown editor with inline preview"
arch=('i686' 'x86_64')
@@ -10,7 +10,7 @@ license=('GPL3')
makedepends=('npm')
source=("https://github.com/brrd/${pkgname}/archive/${pkgver}.tar.gz"
"${pkgname}.desktop")
-sha256sums=('197ec6e9c7116730733902f218d91ccca0794029f9b9ad84bf8e2a9489eb265d'
+sha256sums=('551ec5a6afc05ab5e82d01b9b841eff0a97fbba198b6fd10aee3376871615a8e'
'48ca6ce5c5f7ac5713ad9b199d8627abb8385f5bbd85b8cd9754da2ee9c11432')
build() {