summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAndre Miranda2022-05-31 20:07:57 +0200
committerAndre Miranda2022-05-31 20:07:57 +0200
commit22a8df760e18c8ee1dbca63337c1f72cc9db8f34 (patch)
treed694ebf658ce954a5f74ce7e7097e89394804921 /PKGBUILD
parent3e1846ecac520b45d74f90695d2267c7776bccbe (diff)
downloadaur-22a8df760e18c8ee1dbca63337c1f72cc9db8f34.tar.gz
Update URLs
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD7
1 files changed, 4 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 89447b887265..88d3cd7540dc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,10 +1,11 @@
# Maintainer: Skunnyk <skunnyk@archlinux.fr>
+# Maintainer: Andre Miranda <andreldm at xfce dot org>
pkgname=xfce4-screenshooter-git
-pkgver=1.9.2.r3.gd789db8
+pkgver=1.9.10.r38.g13d0c95
pkgrel=1
pkgdesc="Plugin that makes screenshots for the Xfce panel."
arch=('i686' 'x86_64')
-url="http://goodies.xfce.org/projects/applications/xfce4-screenshooter"
+url="https://docs.xfce.org/apps/screenshooter/start"
license=('GPL2')
groups=('xfce4-goodies')
depends=('xfce4-panel' 'libsoup')
@@ -12,7 +13,7 @@ makedepends=('xfce4-dev-tools' 'intltool')
provides=('xfce4-screenshooter')
conflicts=('xfce4-screenshooter')
install=$pkgname.install
-source=($pkgname::git://git.xfce.org/apps/xfce4-screenshooter)
+source=($pkgname::git+https://gitlab.xfce.org/apps/xfce4-screenshooter)
sha256sums=('SKIP')
pkgver() {
cd "$srcdir/$pkgname"