mirror of
https://github.com/archlinux/aur.git
synced 2026-03-14 23:16:48 +01:00
Reintroduced data.tar.xz estraction
This commit is contained in:
parent
a0170da479
commit
157b979b3d
2 changed files with 3 additions and 2 deletions
2
.SRCINFO
2
.SRCINFO
|
|
@ -1,7 +1,7 @@
|
|||
pkgbase = jailer
|
||||
pkgdesc = Database Subsetting and Relational Data Browsing Tool
|
||||
pkgver = 12.4.2
|
||||
pkgrel = 1
|
||||
pkgrel = 2
|
||||
url = https://github.com/Wisser/Jailer
|
||||
arch = x86_64
|
||||
license = Apache
|
||||
|
|
|
|||
3
PKGBUILD
3
PKGBUILD
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
pkgname="jailer"
|
||||
pkgver=12.4.2
|
||||
pkgrel=1
|
||||
pkgrel=2
|
||||
pkgdesc="Database Subsetting and Relational Data Browsing Tool"
|
||||
url="https://github.com/Wisser/Jailer"
|
||||
license=("Apache")
|
||||
|
|
@ -12,6 +12,7 @@ source=("$pkgname-$pkgver.deb::$url/releases/download/v$pkgver/jailer-database-t
|
|||
sha256sums=('e26b3f51a7e5cf5b1318adf0d4436e216af4d66989ae6880d2a9d46b5042b116')
|
||||
|
||||
prepare(){
|
||||
tar -xf "data.tar.xz"
|
||||
sed -i "opt/jailer-database-tools/lib/jailer-database-tools-Jailer_Database_Tools.desktop" \
|
||||
-e "s|Icon=.*|Icon=jailer|"
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue