mirror of
https://github.com/archlinux/aur.git
synced 2026-02-28 14:13:23 +01:00
version up: 9.0
This commit is contained in:
parent
3dafa18deb
commit
6701752f39
2 changed files with 12 additions and 14 deletions
12
.SRCINFO
12
.SRCINFO
|
|
@ -1,6 +1,6 @@
|
|||
pkgbase = 010editor
|
||||
pkgdesc = Professional text and hex editing with Binary Templates technology
|
||||
pkgver = 8.0.1
|
||||
pkgver = 9.0
|
||||
pkgrel = 1
|
||||
url = https://www.sweetscape.com/010editor/
|
||||
arch = i686
|
||||
|
|
@ -8,13 +8,13 @@ pkgbase = 010editor
|
|||
license = custom
|
||||
makedepends = fakechroot
|
||||
depends = qt5-tools
|
||||
depends = libpng12
|
||||
depends = libpng
|
||||
source = 010editor.desktop
|
||||
sha256sums = e3398b117934840828a96cd33534fc9b9242ec96089c2f283add137975499766
|
||||
source_i686 = https://download.sweetscape.com/010EditorLinux32Installer801.tar.gz
|
||||
sha256sums_i686 = 3a24d165a0cdd33d93cc68b052c898d0288b55af2f8a1e525ef98e4080610fd0
|
||||
source_x86_64 = https://download.sweetscape.com/010EditorLinux64Installer801.tar.gz
|
||||
sha256sums_x86_64 = 23152d80cf690e6913abd2d2857d077f12da9ddbb534d397d4c742194f7369d0
|
||||
source_i686 = https://www.sweetscape.com/download/010EditorLinux32Installer90.tar.gz
|
||||
sha256sums_i686 = 06ab967d8ef00785aca80a56e199834c2f7eefd593fd6b41e89abd7cdecc5c94
|
||||
source_x86_64 = https://www.sweetscape.com/download/010EditorLinux64Installer90.tar.gz
|
||||
sha256sums_x86_64 = 1089b280605076001a3f99273f4051dcc843dd8f5e988ac891d3659ad2e56dce
|
||||
|
||||
pkgname = 010editor
|
||||
|
||||
|
|
|
|||
14
PKGBUILD
14
PKGBUILD
|
|
@ -1,25 +1,23 @@
|
|||
# Maintainer: Ondrej Patrovic <ondrej@patrovic.com>
|
||||
|
||||
pkgname=010editor
|
||||
pkgver=8.0.1
|
||||
pkgver=9.0
|
||||
|
||||
pkgrel=1
|
||||
pkgdesc="Professional text and hex editing with Binary Templates technology"
|
||||
arch=('i686' 'x86_64')
|
||||
url="https://www.sweetscape.com/010editor/"
|
||||
license=('custom')
|
||||
depends=('qt5-tools' 'libpng12')
|
||||
depends=('qt5-tools' 'libpng')
|
||||
makedepends=('fakechroot')
|
||||
_urlver=${pkgver//./}
|
||||
|
||||
source=('010editor.desktop')
|
||||
source_i686=(https://www.sweetscape.com/download/010EditorLinux32Installer$_urlver.tar.gz)
|
||||
source_x86_64=(https://www.sweetscape.com/download/010EditorLinux64Installer$_urlver.tar.gz)
|
||||
sha256sums=('e3398b117934840828a96cd33534fc9b9242ec96089c2f283add137975499766')
|
||||
|
||||
source_i686=(https://download.sweetscape.com/010EditorLinux32Installer$_urlver.tar.gz)
|
||||
source_x86_64=(https://download.sweetscape.com/010EditorLinux64Installer$_urlver.tar.gz)
|
||||
|
||||
sha256sums_i686=('3a24d165a0cdd33d93cc68b052c898d0288b55af2f8a1e525ef98e4080610fd0')
|
||||
sha256sums_x86_64=('23152d80cf690e6913abd2d2857d077f12da9ddbb534d397d4c742194f7369d0')
|
||||
sha256sums_i686=('06ab967d8ef00785aca80a56e199834c2f7eefd593fd6b41e89abd7cdecc5c94')
|
||||
sha256sums_x86_64=('1089b280605076001a3f99273f4051dcc843dd8f5e988ac891d3659ad2e56dce')
|
||||
|
||||
package() {
|
||||
cd "${srcdir}"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue