Alexander Rødseth pushed to branch main at Arch Linux / Packaging / Packages / 
gendesk


Commits:
a5a5ba14 by Alexander F. Rødseth at 2024-05-01T20:09:22+02:00
upgpkg: 1.0.9-4

- - - - -


2 changed files:

- + .SRCINFO
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -0,0 +1,18 @@
+pkgbase = gendesk
+       pkgdesc = Utility for generating desktop files by specifying a minimum 
of information
+       pkgver = 1.0.9
+       pkgrel = 4
+       url = https://gendesk.roboticoverlords.org/
+       arch = x86_64
+       license = MIT
+       makedepends = go
+       options = !lto
+       source = https://roboticoverlords.org/gendesk/gendesk-1.0.9.tar.xz
+       source = https://roboticoverlords.org/gendesk/gendesk-1.0.9.tar.xz.asc
+       source = https://roboticoverlords.org/images/default.png
+       validpgpkeys = 962855F072C7A01846405864FCF3C8CB5CF9C8D4
+       b2sums = 
07ba72b713bd240e9035ced7555e02bd544ba402a4cf1e8417804ea3d53d7c43cbd47da507b15de0446d07e0b9d84a9bf3c3327b6d508e7f6ced279b2cd6b961
+       b2sums = SKIP
+       b2sums = 
4676b13f6154f511497f5264310f861af2fab798d9fc5d9e39ae2379da3fd24317f777ec437d57a58aef344158cfe77bdce9f32bc17eeeb7126e0954af417b35
+
+pkgname = gendesk


=====================================
PKGBUILD
=====================================
@@ -2,23 +2,23 @@
 
 pkgname=gendesk
 pkgver=1.0.9
-pkgrel=3
-pkgdesc='Utility for generating desktop files'
+pkgrel=4
+pkgdesc='Utility for generating desktop files by specifying a minimum of 
information'
 arch=(x86_64)
 url='https://gendesk.roboticoverlords.org/'
 license=(MIT)
 makedepends=(go)
+options=(!lto)
+validpgpkeys=('962855F072C7A01846405864FCF3C8CB5CF9C8D4')
 source=("https://roboticoverlords.org/$pkgname/$pkgname-$pkgver.tar.xz"{,.asc}
         'https://roboticoverlords.org/images/default.png')
-validpgpkeys=('962855F072C7A01846405864FCF3C8CB5CF9C8D4')
 
b2sums=('07ba72b713bd240e9035ced7555e02bd544ba402a4cf1e8417804ea3d53d7c43cbd47da507b15de0446d07e0b9d84a9bf3c3327b6d508e7f6ced279b2cd6b961'
         'SKIP'
         
'4676b13f6154f511497f5264310f861af2fab798d9fc5d9e39ae2379da3fd24317f777ec437d57a58aef344158cfe77bdce9f32bc17eeeb7126e0954af417b35')
-options=('!lto')
 
 build() {
   cd $pkgname-$pkgver
-  go build -v -mod=vendor -trimpath -buildmode=pie -ldflags="-s -w -extldflags 
$LDFLAGS"
+  go build -v -mod=vendor -trimpath -buildmode=pie -ldflags="-s -w -extldflags 
'$LDFLAGS'"
 }
 
 package() {



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/gendesk/-/commit/a5a5ba1410df10184b6b152cea00d38f68edb485

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/gendesk/-/commit/a5a5ba1410df10184b6b152cea00d38f68edb485
You're receiving this email because of your account on gitlab.archlinux.org.


Reply via email to