diff options
author | atrujillofalcon | 2020-01-21 04:11:58 +0100 |
---|---|---|
committer | atrujillofalcon | 2020-01-21 04:11:58 +0100 |
commit | ee9170a08a15f6a0f15e95bd8a28dc099ce5d955 (patch) | |
tree | aff5fcba6bea8caf362758bfa8a009a36de068a8 | |
parent | cc72c4626e4272134bb922eb2077e5dbcd926b51 (diff) | |
download | aur-ee9170a08a15f6a0f15e95bd8a28dc099ce5d955.tar.gz |
Updating to 2.6.1
-rw-r--r-- | .SRCINFO | 6 | ||||
-rw-r--r-- | PKGBUILD | 6 |
2 files changed, 6 insertions, 6 deletions
@@ -1,13 +1,13 @@ pkgbase = babeledit pkgdesc = Translation editor for web apps - pkgver = 2.5.0 + pkgver = 2.6.1 pkgrel = 1 url = https://www.codeandweb.com/babeledit/download arch = x86_64 license = custom depends = hicolor-icon-theme - source = https://www.codeandweb.com/download/babeledit/2.5.0/BabelEdit-2.5.0.deb - sha256sums = 70293771935e8ce306983bb4a150d201e862d0209825905aa1c4d1bec802b765 + source = https://www.codeandweb.com/download/babeledit/2.6.1/BabelEdit-2.6.1.deb + sha256sums = f44154ed3f6e4db53522e36379acf2bb4b1bfeba5a0563b2f4f75cd4966a55d6 pkgname = babeledit @@ -1,7 +1,7 @@ -# Maintainer: asamk <asamk@gmx.de> +# Maintainer: atrujillo <atrujillo92work@gmail.com> pkgname=babeledit -pkgver=2.5.0 +pkgver=2.6.1 pkgrel=1 pkgdesc="Translation editor for web apps" arch=('x86_64') @@ -10,7 +10,7 @@ license=('custom') depends=('hicolor-icon-theme') optdepends=() source=("https://www.codeandweb.com/download/babeledit/${pkgver}/BabelEdit-${pkgver}.deb") -sha256sums=('70293771935e8ce306983bb4a150d201e862d0209825905aa1c4d1bec802b765') +sha256sums=('f44154ed3f6e4db53522e36379acf2bb4b1bfeba5a0563b2f4f75cd4966a55d6') package() { bsdtar -O -xf "BabelEdit-${pkgver}".deb data.tar.xz | bsdtar -C "${pkgdir}" -xJf - |