mirror of
https://github.com/archlinux/aur.git
synced 2026-02-28 15:47:36 +01:00
v10.0
This commit is contained in:
parent
aad42fbb6a
commit
6e28cc4e27
2 changed files with 11 additions and 14 deletions
11
.SRCINFO
11
.SRCINFO
|
|
@ -1,20 +1,19 @@
|
|||
pkgbase = 010editor
|
||||
pkgdesc = Professional text and hex editing with Binary Templates technology
|
||||
pkgver = 9.0.2
|
||||
pkgver = 10.0.0
|
||||
pkgrel = 1
|
||||
url = https://www.sweetscape.com/010editor/
|
||||
arch = i686
|
||||
arch = x86_64
|
||||
license = custom
|
||||
makedepends = fakechroot
|
||||
depends = qt5-tools
|
||||
depends = libpng
|
||||
source = 010editor.desktop
|
||||
sha256sums = e3398b117934840828a96cd33534fc9b9242ec96089c2f283add137975499766
|
||||
source_i686 = https://www.sweetscape.com/download/010EditorLinux32Installer902.tar.gz
|
||||
sha256sums_i686 = f7a7354e7eae57f87b68527530085af138f79c13e8d8d42b6a343cfe82ae0783
|
||||
source_x86_64 = https://www.sweetscape.com/download/010EditorLinux64Installer902.tar.gz
|
||||
sha256sums_x86_64 = 1f1773f101d50dcb0e62c11ed9fa483c735cc8c7a05f3dd673b25c60c1948c55
|
||||
source_i686 = https://www.sweetscape.com/download/010EditorLinux32Installer100.tar.gz
|
||||
sha256sums_i686 = f6ecc190cc1accf34be08432a99937535ac0f0981025eeb9cfbfeccb7c403a0d
|
||||
source_x86_64 = https://www.sweetscape.com/download/010EditorLinux64Installer100.tar.gz
|
||||
sha256sums_x86_64 = 5c0c239d78dc4ae54a0976788eabc27e9b86baab7b13fc2dc5f6aed0b42d904b
|
||||
|
||||
pkgname = 010editor
|
||||
|
||||
|
|
|
|||
14
PKGBUILD
14
PKGBUILD
|
|
@ -1,23 +1,23 @@
|
|||
# Maintainer: Ondrej Patrovic <ondrej@patrovic.com>
|
||||
|
||||
pkgname=010editor
|
||||
pkgver=9.0.2
|
||||
pkgver=10.0.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' 'libpng')
|
||||
depends=('libpng')
|
||||
makedepends=('fakechroot')
|
||||
_urlver=${pkgver//./}
|
||||
_urlver=${pkgver%.*}; _urlver=${_urlver//./}
|
||||
|
||||
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')
|
||||
sha256sums_i686=('f7a7354e7eae57f87b68527530085af138f79c13e8d8d42b6a343cfe82ae0783')
|
||||
sha256sums_x86_64=('1f1773f101d50dcb0e62c11ed9fa483c735cc8c7a05f3dd673b25c60c1948c55')
|
||||
sha256sums_i686=('f6ecc190cc1accf34be08432a99937535ac0f0981025eeb9cfbfeccb7c403a0d')
|
||||
sha256sums_x86_64=('5c0c239d78dc4ae54a0976788eabc27e9b86baab7b13fc2dc5f6aed0b42d904b')
|
||||
|
||||
package() {
|
||||
cd "${srcdir}"
|
||||
|
|
@ -28,9 +28,6 @@ package() {
|
|||
|
||||
install -dm 755 "${pkgdir}/opt"
|
||||
|
||||
msg "Entering fakechroot environment..."
|
||||
msg2 "Running installer..."
|
||||
|
||||
mkdir "${pkgname}-${pkgver}"
|
||||
ln -s {/etc,/tmp} "${_}/"
|
||||
ln -s "${pkgdir}/opt" "${_}/"
|
||||
|
|
@ -41,6 +38,7 @@ package() {
|
|||
|
||||
# Clean up unnecessary items (assitant is part of qt5-tools)
|
||||
rm -r "${pkgdir}/opt/${pkgname}/"{'assistant','uninstall'}
|
||||
rm -r "${pkgdir}/opt/${pkgname}/plugins/"{'platforminputcontexts','printsupport'}"/.svn/"
|
||||
|
||||
install -dm 755 "${pkgdir}/usr/bin"
|
||||
ln -s "/opt/${pkgname}/010editor" "${_}/010editor"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue