summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDoron Behar2018-02-08 19:01:18 +0200
committerDoron Behar2018-02-08 19:14:12 +0200
commit7062d91d840cedab05f83de249dcf40c64c7f999 (patch)
tree3f09ff128fb5ca7ebec352ea4b1595f95441e55a
parent833bdea79a6f4371c525fb21c9f5d76833cddbf7 (diff)
downloadaur-7062d91d840cedab05f83de249dcf40c64c7f999.tar.gz
Update `$pkgname` and description
Use `$_pkgname` in source's URL.
-rw-r--r--.SRCINFO11
-rw-r--r--PKGBUILD10
-rw-r--r--qsyncthingtray-lite.desktop (renamed from qsyncthingtray.desktop)0
3 files changed, 11 insertions, 10 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 07ab0550ceb3..eabe59845e24 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
-pkgbase = qsyncthingtray
- pkgdesc = tray app for syncthing
+pkgbase = qsyncthingtray-lite
+ pkgdesc = tray app for syncthing - without the default embedded web interface
pkgver = 0.5.8
pkgrel = 1
url = https://github.com/sieren/QSyncthingTray
@@ -9,10 +9,11 @@ pkgbase = qsyncthingtray
makedepends = cmake
depends = qt5-location
depends = qt5-webengine
- source = qsyncthingtray-0.5.8.tar.gz::https://github.com/sieren/QSyncthingTray/archive/0.5.8.tar.gz
- source = qsyncthingtray.desktop
+ conflicts = qsyncthingtray
+ source = qsyncthingtray-lite-0.5.8.tar.gz::https://github.com/sieren/QSyncthingTray/archive/0.5.8.tar.gz
+ source = qsyncthingtray-lite.desktop
md5sums = 9c359fd6b4876e293946490b57452835
md5sums = 730d2ae862656d39f7b1980f20d8d8bf
-pkgname = qsyncthingtray
+pkgname = qsyncthingtray-lite
diff --git a/PKGBUILD b/PKGBUILD
index 05413f587c5d..2f874184879c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,22 +3,22 @@
# OLD Maintainer: derlafff (aur@2-47.ru)
# Maintainer: Doron Behar <doron.behar@gmail.com>
-pkgname=qsyncthingtray
+pkgname=qsyncthingtray-lite
+_pkgname=QSyncthingTray
pkgver=0.5.8
pkgrel=1
-pkgdesc="tray app for syncthing"
+pkgdesc="tray app for syncthing - without the default embedded web interface"
arch=('i686' 'x86_64')
url="https://github.com/sieren/QSyncthingTray"
license=('LGPL2.1')
depends=('qt5-location' 'qt5-webengine')
+conflicts=('qsyncthingtray')
makedepends=('cmake')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/sieren/QSyncthingTray/archive/$pkgver.tar.gz"
+source=("$pkgname-$pkgver.tar.gz::https://github.com/sieren/${_pkgname}/archive/$pkgver.tar.gz"
"$pkgname.desktop")
md5sums=('9c359fd6b4876e293946490b57452835'
'730d2ae862656d39f7b1980f20d8d8bf')
-_pkgname=QSyncthingTray
-
build() {
cd "$_pkgname-$pkgver"
mkdir -p build
diff --git a/qsyncthingtray.desktop b/qsyncthingtray-lite.desktop
index 9b0b29adc736..9b0b29adc736 100644
--- a/qsyncthingtray.desktop
+++ b/qsyncthingtray-lite.desktop