summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO12
-rw-r--r--PKGBUILD9
2 files changed, 9 insertions, 12 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c041c68d04ad..7f84cbcb89d2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,10 +1,8 @@
-# Generated by mksrcinfo v8
-# Sat Dec 8 18:26:19 UTC 2018
pkgbase = xfce4-appfinder-devel
pkgdesc = An application finder for Xfce
- pkgver = 4.13.2
+ pkgver = 4.13.3
pkgrel = 1
- url = http://www.xfce.org/
+ url = https://www.xfce.org/
arch = i686
arch = x86_64
groups = xfce4
@@ -13,11 +11,11 @@ pkgbase = xfce4-appfinder-devel
depends = libxfce4ui
depends = garcon
depends = hicolor-icon-theme
- provides = xfce4-appfinder=4.13.2
+ provides = xfce4-appfinder=4.13.3
conflicts = xfce4-appfinder
replaces = xfce-utils
- source = http://archive.xfce.org/src/xfce/xfce4-appfinder/4.13/xfce4-appfinder-4.13.2.tar.bz2
- sha256sums = fd774acbcab08dbb88bcbf28eecf73ec9f55b13e1f2058021b63f703c4989d97
+ source = https://archive.xfce.org/src/xfce/xfce4-appfinder/4.13/xfce4-appfinder-4.13.3.tar.bz2
+ sha256sums = d738082a5fb01e42ea6333803012fd80258061f444afbbbd7b05a0f620a32ba6
pkgname = xfce4-appfinder-devel
diff --git a/PKGBUILD b/PKGBUILD
index 63efac119953..0c1fc0f36991 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,11 +2,11 @@
_pkgname=xfce4-appfinder
pkgname=${_pkgname}-devel
-pkgver=4.13.2
+pkgver=4.13.3
pkgrel=1
pkgdesc="An application finder for Xfce"
arch=('i686' 'x86_64')
-url="http://www.xfce.org/"
+url="https://www.xfce.org/"
license=('GPL2')
groups=('xfce4')
depends=('libxfce4ui' 'garcon' 'hicolor-icon-theme')
@@ -14,8 +14,8 @@ makedepends=('intltool')
provides=("${_pkgname}=${pkgver}")
conflicts=("${_pkgname}")
replaces=('xfce-utils')
-source=("http://archive.xfce.org/src/xfce/$_pkgname/${pkgver%.*}/$_pkgname-$pkgver.tar.bz2")
-sha256sums=('fd774acbcab08dbb88bcbf28eecf73ec9f55b13e1f2058021b63f703c4989d97')
+source=("https://archive.xfce.org/src/xfce/$_pkgname/${pkgver%.*}/$_pkgname-$pkgver.tar.bz2")
+sha256sums=('d738082a5fb01e42ea6333803012fd80258061f444afbbbd7b05a0f620a32ba6')
build() {
cd "$srcdir/$_pkgname-$pkgver"
@@ -35,4 +35,3 @@ package() {
make DESTDIR="$pkgdir" install
}
-# vim:set ts=2 sw=2 et: