summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorPromiSe####2020-10-26 02:10:42 +0300
committerPromiSe####2020-10-26 02:10:42 +0300
commit4c662526a8d39a472216b358c1a02cd6411e7033 (patch)
tree385f83313207c5a6a0ef2e832062ab5a04650ca5 /PKGBUILD
parent3a260a053159883cfdd4f570b9adb871061a2074 (diff)
downloadaur-chatroulette.tar.gz
New version
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD10
1 files changed, 5 insertions, 5 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 9e330035e46f..bff6a2ae62aa 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,16 +1,16 @@
# Maintainer: Roman Alenichev (vicimpa@ya.ru)
pkgname=chatroulette
-pkgver=0.0.1
-pkgrel=1
+pkgver=0.0.2
+pkgrel=2
pkgdesc="ChatRoulette desktop client whithout blocking virtual camera."
arch=('x86_64')
url="https://github.com/vicimpa/chatroulette"
license=('custom')
depends=('libnotify' 'libxss' 'nspr' 'nss' 'gtk3' 'libegl' 'libgles')
optdepends=('gnome-keyring')
-source=("chatroulette-${pkgver}-${pkgrel}.tar.gz::https://github.com/vicimpa/chatroulette/releases/download/0.0.1/ChatRoulette-linux-0.0.1.tar.xz")
-sha256sums=('d2b4aa7dde73c891b6360162e6a148f55685f9bfca84df828d95e3d3ef4c6d9d')
+source=("chatroulette-${pkgver}-${pkgrel}.tar.gz::https://github.com/vicimpa/chatroulette/releases/download/0.0.2/ChatRoulette-linux-0.0.2.tar.gz")
+sha256sums=('1ae590cb6e11581de37870b242ccaf59a0c14f9cfb8829aedf428530dd834524')
package() {
mkdir -p "${pkgdir}/usr/lib/chatroulette"
@@ -24,4 +24,4 @@ package() {
cp "${startdir}/icon.png" "${pkgdir}/usr/share/pixmaps/chatroulette.png"
chmod +x "${pkgdir}/usr/lib/chatroulette/ChatRoulette"
-} \ No newline at end of file
+}