diff options
Diffstat (limited to 'pcr')
-rw-r--r-- | pcr/utox/PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pcr/utox/PKGBUILD b/pcr/utox/PKGBUILD index 2cfbd8da8..1f6eb999f 100644 --- a/pcr/utox/PKGBUILD +++ b/pcr/utox/PKGBUILD @@ -5,7 +5,7 @@ pkgname=utox _pkgname=uTox -pkgver=0.9.4 +pkgver=0.9.7 pkgrel=1 pkgdesc='Lightweight Tox client' arch=('i686' 'x86_64' 'armv7h') @@ -24,7 +24,7 @@ depends=('desktop-file-utils' optdepends=('gtk3: GTK file picker') makedepends=('toxcore') source=("https://github.com/GrayHatter/$_pkgname/archive/v$pkgver/$pkgname-$pkgver.tar.gz") -sha256sums=('e8d1443daca87bb4ac14486327495a9d76591056f57fe737569f163ab2fc70e9') +sha256sums=('6022f89fd8582779942011e3433fc1526dc63aa8fae9102930f8fbe9f0cf5a25') build() { cd "$_pkgname-$pkgver" |