summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPromiSe####2020-10-19 00:37:59 +0300
committerPromiSe####2020-10-19 00:37:59 +0300
commitfc0703b752af327079ff7e6832e91a37a119c0c4 (patch)
tree0fa346193027fa432a63f598f7cf9a212d3b6cfd
parent3ea21f23c8efa49d431fc70f96a3208bef66fc5d (diff)
downloadaur-fc0703b752af327079ff7e6832e91a37a119c0c4.tar.gz
Fix url
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 5 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6083e6b50d61..4fd7adb5e447 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
pkgbase = chatrullete-plus
pkgdesc = ChatRullete (Plus)
pkgver = 0.0.2
- pkgrel = 8
- url = https://github.com/chatrullete-plus
+ pkgrel = 9
+ url = https://github.com/vicimpa/chatrullete-plus
arch = x86_64
license = custom
depends = libnotify
@@ -14,7 +14,7 @@ pkgbase = chatrullete-plus
depends = libegl
depends = libgles
optdepends = gnome-keyring
- source = chatrullete-0.0.2-8.tar.gz::https://github.com/vicimpa/chatrullete-plus/releases/download/0.0.1/ChatRullete-linux-0.0.1.tar.gz
+ source = chatrullete-0.0.2-9.tar.gz::https://github.com/vicimpa/chatrullete-plus/releases/download/0.0.1/ChatRullete-linux-0.0.1.tar.gz
sha256sums = a166184a809fe48df21d66371b005e2bd9017ed54e8c86ac0734b56728d7d29b
pkgname = chatrullete-plus
diff --git a/PKGBUILD b/PKGBUILD
index 9ea42ee4de43..57ae5e88a438 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,10 +2,10 @@
pkgname=chatrullete-plus
pkgver=0.0.2
-pkgrel=8
+pkgrel=9
pkgdesc="ChatRullete (Plus)"
arch=('x86_64')
-url="https://github.com/chatrullete-plus"
+url="https://github.com/vicimpa/chatrullete-plus"
license=('custom')
depends=('libnotify' 'libxss' 'nspr' 'nss' 'gtk3' 'opera-ffmpeg-codecs' 'libegl' 'libgles')
optdepends=('gnome-keyring')
@@ -32,8 +32,6 @@ package() {
}
post_install() {
- echo "Hello!"
-
# Create symlink to executable
ln -s "/usr/lib/chatrullete/chatrullete" "/usr/bin/chatrullete"