[arch-commits] Commit in xpad/trunk (PKGBUILD)

Balló György bgyorgy at archlinux.org
Tue Jun 1 00:21:20 UTC 2021


    Date: Tuesday, June 1, 2021 @ 00:21:20
  Author: bgyorgy
Revision: 952908

Minor changes

Modified:
  xpad/trunk/PKGBUILD

----------+
 PKGBUILD |   12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-06-01 00:21:14 UTC (rev 952907)
+++ PKGBUILD	2021-06-01 00:21:20 UTC (rev 952908)
@@ -5,17 +5,17 @@
 pkgname=xpad
 pkgver=5.4.0
 pkgrel=2
-pkgdesc="Stickies-like notes application"
+pkgdesc='Stickies-like notes application'
 arch=('x86_64')
+url='https://launchpad.net/xpad'
+license=('GPL3')
 depends=('gtksourceview3' 'libsm')
 makedepends=('intltool')
-url="https://launchpad.net/xpad"
-license=('GPL3')
-source=(https://launchpad.net/$pkgname/trunk/$pkgver/+download/$pkgname-$pkgver.tar.bz2{,.asc})
+source=("https://launchpad.net/$pkgname/trunk/$pkgver/+download/$pkgname-$pkgver.tar.bz2"{,.asc})
+sha256sums=('a395cb282a2cfb0d56f1e911afb7e38ad74f6d738082a7c6c181b3052ca7f5e2'
+            'SKIP')
 validpgpkeys=('3930646349B9DD3886D9087392BF2FCCA6F2322B'
 	      '8450BEE19B722715FFDB18C6683EAA45951FC552')
-sha256sums=('a395cb282a2cfb0d56f1e911afb7e38ad74f6d738082a7c6c181b3052ca7f5e2'
-            'SKIP')
 
 prepare() {
   cd $pkgname-$pkgver



More information about the arch-commits mailing list