summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPromiSe####2020-10-18 21:35:46 +0300
committerPromiSe####2020-10-18 21:35:46 +0300
commitc5468618539e145ff905d92afa982e1b45baebc0 (patch)
tree452aec902625f4ac5d2931ecbdb779921533156b
parentc9a6d7b12dc9143cfa92ed63a02b2bc6261fc147 (diff)
downloadaur-c5468618539e145ff905d92afa982e1b45baebc0.tar.gz
Финал релиз
-rw-r--r--.SRCINFO4
-rw-r--r--.gitignore4
-rw-r--r--PKGBUILD5
3 files changed, 8 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 153f528a2a33..9d6b0ce64ce4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = chatrullete-plus
pkgdesc = ChatRullete (Plus)
pkgver = 0.0.2
- pkgrel = 5
+ pkgrel = 6
url = https://github.com/chatrullete-plus
arch = x86_64
license = custom
@@ -14,7 +14,7 @@ pkgbase = chatrullete-plus
depends = libegl
depends = libgles
optdepends = gnome-keyring
- source = chatrullete-0.0.2-5.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-6.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/.gitignore b/.gitignore
index 30c5d5ce047c..e68474ec9a3c 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,5 @@
src
pkg
-*.tar.gz \ No newline at end of file
+*.tar.gz
+*.tar.xz
+*.part \ No newline at end of file
diff --git a/PKGBUILD b/PKGBUILD
index ac70fa91f249..025efef04533 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=chatrullete-plus
pkgver=0.0.2
-pkgrel=5
+pkgrel=6
pkgdesc="ChatRullete (Plus)"
arch=('x86_64')
url="https://github.com/chatrullete-plus"
@@ -20,9 +20,10 @@ package() {
mkdir -p "${pkgdir}/usr/share/pixmaps"
mv "${srcdir}/"* "${pkgdir}/usr/lib/chatrullete"
+ mv "${pkgdir}/usr/lib/chatrullete/ChatRullete" "${pkgdir}/usr/lib/chatrullete/chatrullete"
# Create symlink to executable
- ln -s "${pkgdir}/usr/lib/ChatRullete" "${pkgdir}/usr/bin/chatrullete"
+ ln -s "${pkgdir}/usr/lib/chatrullete/chatrullete" "${pkgdir}/usr/bin/chatrullete"
# Copy resources
cp "${startdir}/chatrullete.desktop" "${pkgdir}/usr/share/applications"