diff options
author | Sebastian | 2019-03-14 20:24:55 +0100 |
---|---|---|
committer | Sebastian | 2019-03-14 20:24:55 +0100 |
commit | a668ee0f6afe8f40afbfb4e9cbaa8222568163c2 (patch) | |
tree | d8567a80f6f6857ae164b5e27291050d523311b3 | |
parent | 3f5d323b2b080d33a5a4627b30f292f549bb6bb2 (diff) | |
download | aur-a668ee0f6afe8f40afbfb4e9cbaa8222568163c2.tar.gz |
Version 1.9.0
-rw-r--r-- | .SRCINFO | 6 | ||||
-rw-r--r-- | PKGBUILD | 4 |
2 files changed, 5 insertions, 5 deletions
@@ -1,13 +1,13 @@ pkgbase = babeledit pkgdesc = Translation editor for web apps - pkgver = 1.7.1 + pkgver = 1.9.0 pkgrel = 1 url = https://www.codeandweb.com/babeledit/download arch = x86_64 license = custom depends = hicolor-icon-theme - source = https://cdn.codeandweb.com/download/babeledit/1.7.1/BabelEdit-1.7.1.deb - sha256sums = a1a90cc286ca936c005b8637f5bfe86d24d31f18a105586396dbb8c864aa9aa8 + source = https://cdn.codeandweb.com/download/babeledit/1.9.0/BabelEdit-1.9.0.deb + sha256sums = 8dd5d1803b352cb54a4a40e5f829bbca5da312cc9b52b2284960ae4005c83b36 pkgname = babeledit @@ -1,7 +1,7 @@ # Maintainer: asamk <asamk@gmx.de> pkgname=babeledit -pkgver=1.7.1 +pkgver=1.9.0 pkgrel=1 pkgdesc="Translation editor for web apps" arch=('x86_64') @@ -10,7 +10,7 @@ license=('custom') depends=('hicolor-icon-theme') optdepends=() source=("https://cdn.codeandweb.com/download/babeledit/${pkgver}/BabelEdit-${pkgver}.deb") -sha256sums=('a1a90cc286ca936c005b8637f5bfe86d24d31f18a105586396dbb8c864aa9aa8') +sha256sums=('8dd5d1803b352cb54a4a40e5f829bbca5da312cc9b52b2284960ae4005c83b36') package() { bsdtar -O -xf "BabelEdit-${pkgver}".deb data.tar.xz | bsdtar -C "${pkgdir}" -xJf - |