Advertisement
AquilaIrreale

i686 Tixati PKGBUILD

Apr 27th, 2019
356
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Diff 1.00 KB | None | 0 0
  1. --- PKGBUILD.old    2019-03-18 20:29:52.000000000 +0100
  2. +++ PKGBUILD.new    2019-04-27 13:51:44.085154757 +0200
  3. @@ -4,7 +4,7 @@
  4.  pkgver=2.59
  5.  pkgrel=2
  6.  pkgdesc="Tixati is a peer-to-peer file sharing program that uses the popular BitTorrent protocol"
  7. -arch=('x86_64')
  8. +arch=('x86_64' 'i686')
  9.  url='http://www.tixati.com/'
  10.  license=('custom:tixati')
  11.  depends=('gtk2' 'hicolor-icon-theme' 'dbus-glib' 'traceroute')
  12. @@ -12,8 +12,10 @@
  13.  install='tixati.install'
  14.  source=('LICENSE')
  15.  source_x86_64=("https://download2.tixati.com/download/$pkgname-${pkgver}-1.x86_64.manualinstall.tar.gz")
  16. +source_i686=("https://download2.tixati.com/download/$pkgname-${pkgver}-1.i686.manualinstall.tar.gz")
  17.  sha256sums=('4b8bc7a9be3ad1300dd8e90cbf5af96a597379c3b994ee0793990fee3290c8d2')
  18.  sha256sums_x86_64=('be16a3780dad81d839e744313490be2dcf029b34248bfddbd3f73c2167f2c56d')
  19. +sha256sums_i686=('16fe281700533069b93bab03cc5ba6814ad372119f4053eda68a98f6f3c50c2e')
  20.  
  21.  package() {
  22.    cd "$srcdir/$pkgname-${pkgver}-1.$CARCH.manualinstall"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement