summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorElrondo462020-04-06 20:20:12 +0200
committerElrondo462020-04-06 20:20:12 +0200
commite983e72e82bf31be9b850c9f3b3989483769565a (patch)
treeda4c6d8a01c0e0295b57a04a1b4aac95887df3cb
parent532cc7ca6cb2b276f6038106e48bab69d191afc9 (diff)
downloadaur-e983e72e82bf31be9b850c9f3b3989483769565a.tar.gz
fix url
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD3
2 files changed, 4 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b4006109ebb8..49d46a2f983a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,8 @@
pkgbase = mate-fastcomposwitch-git
pkgdesc = Compositor or not with a simple systray icon
pkgver = 20200406
- pkgrel = 2
+ pkgrel = 3
+ url = https://github.com/Elrondo46/mate-fastcomposwitch/
arch = x86_64
license = GPL
depends = python-gobject
diff --git a/PKGBUILD b/PKGBUILD
index 21af8ecb08df..cca16aeffcc2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,10 +2,11 @@
pkgname=mate-fastcomposwitch-git
pkgver=20200406
-pkgrel=2
+pkgrel=3
pkgdesc="Compositor or not with a simple systray icon"
arch=(x86_64)
license=('GPL')
+url="https://github.com/Elrondo46/mate-fastcomposwitch/"
depends=('python-gobject' 'caja' 'libappindicator-gtk3')
source=(git://github.com/Elrondo46/mate-fastcomposwitch.git)
md5sums=('SKIP')