diff options
author | goll | 2018-01-04 16:14:25 +0100 |
---|---|---|
committer | goll | 2018-01-04 16:14:25 +0100 |
commit | 32ab3e97dccc2c9cb4ab22cb7b004afbe7e0e001 (patch) | |
tree | e5234a8a690ce4749c0c8c752315bf239fb6c6ee | |
parent | 5635eb2f5d6a5c82f691f7961555b8622d226aeb (diff) | |
download | aur-32ab3e97dccc2c9cb4ab22cb7b004afbe7e0e001.tar.gz |
Update to 2.56
-rw-r--r-- | .SRCINFO | 13 | ||||
-rw-r--r-- | PKGBUILD | 8 |
2 files changed, 10 insertions, 11 deletions
@@ -1,8 +1,6 @@ -# Generated by mksrcinfo v8 -# Sun Aug 13 23:26:39 UTC 2017 pkgbase = tixati pkgdesc = A simple P2P client that is compatible with the BitTorrent protocol - pkgver = 2.55 + pkgver = 2.56 pkgrel = 1 url = http://www.tixati.com/ install = tixati.install @@ -11,13 +9,14 @@ pkgbase = tixati license = custom:tixati depends = gtk2 depends = hicolor-icon-theme + depends = dbus-glib optdepends = gconf: for shell integration source = LICENSE sha1sums = 35d7f63a3b0dbf3f8f2bd0a45a7f3c96b453e86b - source_i686 = https://download3.tixati.com/download/tixati-2.55-1.i686.manualinstall.tar.gz - sha1sums_i686 = c20dc608e5f5fa5e233dc3745f5ed180c256a1dc - source_x86_64 = https://download3.tixati.com/download/tixati-2.55-1.x86_64.manualinstall.tar.gz - sha1sums_x86_64 = e5f752879b3c10ea3e2f8f54b68719651a580e2c + source_i686 = https://download3.tixati.com/download/tixati-2.56-1.i686.manualinstall.tar.gz + sha1sums_i686 = 8db1faa33fb98f4b78855150f22ceb50c54bd5a7 + source_x86_64 = https://download3.tixati.com/download/tixati-2.56-1.x86_64.manualinstall.tar.gz + sha1sums_x86_64 = dfaf534cb9c15487e555ff2d4304e8682c08f4b1 pkgname = tixati @@ -1,21 +1,21 @@ # Maintainer: goll <adrian.goll+aur[at]gmail> pkgname=tixati -pkgver=2.55 +pkgver=2.56 pkgrel=1 pkgdesc="A simple P2P client that is compatible with the BitTorrent protocol" arch=('i686' 'x86_64') url="http://www.tixati.com/" license=('custom:tixati') -depends=('gtk2' 'hicolor-icon-theme') +depends=('gtk2' 'hicolor-icon-theme' 'dbus-glib') optdepends=('gconf: for shell integration') install=$pkgname.install source=("LICENSE") source_i686=("https://download3.tixati.com/download/$pkgname-${pkgver}-1.i686.manualinstall.tar.gz") source_x86_64=("https://download3.tixati.com/download/$pkgname-${pkgver}-1.x86_64.manualinstall.tar.gz") sha1sums=('35d7f63a3b0dbf3f8f2bd0a45a7f3c96b453e86b') -sha1sums_i686=('c20dc608e5f5fa5e233dc3745f5ed180c256a1dc') -sha1sums_x86_64=('e5f752879b3c10ea3e2f8f54b68719651a580e2c') +sha1sums_i686=('8db1faa33fb98f4b78855150f22ceb50c54bd5a7') +sha1sums_x86_64=('dfaf534cb9c15487e555ff2d4304e8682c08f4b1') package() { cd "$srcdir/$pkgname-${pkgver}-1.$CARCH.manualinstall" |