Carl Smedstad pushed to branch main at Arch Linux / Packaging / Packages / dex


Commits:
4eabfc9a by Carl Smedstad at 2025-12-09T19:36:32+01:00
Update maintainer/contributor comments

- - - - -
4cb54410 by Carl Smedstad at 2025-12-09T19:39:58+01:00
upgpkg: 0.10.1-1: Upstream release

https://github.com/jceb/dex/blob/v0.10.1/CHANGELOG.md

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -4,12 +4,12 @@ pkgbase = dex
        pkgrel = 1
        url = https://github.com/jceb/dex
        arch = any
-       license = GPL2
+       license = GPL-3.0-only
        makedepends = git
        makedepends = python-sphinx
        depends = man
        depends = python
-       source = https://github.com/jceb/dex/archive/refs/tags/0.10.1.tar.gz
+       source = https://github.com/jceb/dex/archive/v0.10.1/dex-0.10.1.tar.gz
        sha512sums = 
4832e60416f07b90d4f4d03d6493322ccd44a73270edf289d80136587859d137cf39db12fc5cf38d3bdfa46aae3a4d1353c7776e702240b560a287190bdc2b57
        b2sums = 
97d39251d67f89880b7c6252ec1da77f9188b432bce1e6f7e66205363cd3aa876b1a192f4e2e7193e41a0ae7835e6da499c6e64b7f9bae0359028f539d11753b
 


=====================================
PKGBUILD
=====================================
@@ -1,22 +1,27 @@
 # Maintainer: Johannes Löthberg <[email protected]>
+# Maintainer: Carl Smedstad <[email protected]>
 
 pkgname=dex
 pkgver=0.10.1
 pkgrel=1
 pkgdesc='Program to generate and execute DesktopEntry files of type 
Application'
-url='https://github.com/jceb/dex'
 arch=('any')
-license=('GPL2')
-depends=('man' 'python')
-makedepends=('git' 'python-sphinx')
-source=("https://github.com/jceb/$pkgname/archive/v$pkgver/$pkgname-$pkgver.tar.gz";)
+url='https://github.com/jceb/dex'
+license=('GPL-3.0-only')
+depends=(
+  'man'
+  'python'
+)
+makedepends=(
+  'git'
+  'python-sphinx'
+)
+source=("$url/archive/v$pkgver/$pkgname-$pkgver.tar.gz")
 
sha512sums=('4832e60416f07b90d4f4d03d6493322ccd44a73270edf289d80136587859d137cf39db12fc5cf38d3bdfa46aae3a4d1353c7776e702240b560a287190bdc2b57')
 
b2sums=('97d39251d67f89880b7c6252ec1da77f9188b432bce1e6f7e66205363cd3aa876b1a192f4e2e7193e41a0ae7835e6da499c6e64b7f9bae0359028f539d11753b')
 
 package() {
   cd "$pkgname-$pkgver"
   make install PREFIX=/usr MANPREFIX=/usr/share/man DESTDIR="$pkgdir"
-  rm "$pkgdir/usr/share/doc/dex/LICENSE"
+  rm -v "$pkgdir/usr/share/doc/dex/LICENSE"
 }
-
-# vim:set ts=2 sw=2 et:



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/dex/-/compare/fd0e11dac94a01981b441dbb18dead15fbd43011...4cb544101368683d5671a1e56fd8deac31e800fd

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/dex/-/compare/fd0e11dac94a01981b441dbb18dead15fbd43011...4cb544101368683d5671a1e56fd8deac31e800fd
You're receiving this email because of your account on gitlab.archlinux.org.


Reply via email to