summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Peukert2024-01-28 00:01:38 +0100
committerDaniel Peukert2024-01-28 00:01:38 +0100
commit0acbc1849702b69a895d1467f0b10454709a30c0 (patch)
tree735f99ba1af4abf70dc4d188f9dfe10ddebc8c90
parent8f6c786a114b450be0a4497fd60df4daffa122d9 (diff)
downloadaur-0acbc1849702b69a895d1467f0b10454709a30c0.tar.gz
Sync pkgbuilds repo with AUR
-rw-r--r--.SRCINFO4
-rw-r--r--.gitignore28
-rw-r--r--PKGBUILD4
3 files changed, 18 insertions, 18 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b276844cf6ae..815e300f6c53 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -4,7 +4,7 @@ pkgbase = dmenufm
pkgrel = 1
url = https://github.com/huijunchen9260/dmenufm
arch = any
- license = GPL3
+ license = GPL-3.0-only
depends = xclip
depends = wmctrl
depends = unrar
@@ -12,7 +12,7 @@ pkgbase = dmenufm
depends = dmenu
depends = unzip
depends = p7zip
- source = dmenufm-2.2-1.tar.gz::https://github.com/huijunchen9260/dmenufm/archive/2.2.tar.gz
+ source = dmenufm-2.2.tar.gz::https://github.com/huijunchen9260/dmenufm/archive/2.2.tar.gz
sha512sums = 9e15d3b7559c12883a5f189293e49fd64c1686ea5cea088683c551b890c2672c767938d512f16d14cbd05537cc7b00b24bd7e32093b52a1acf1d71ba24c15f57
pkgname = dmenufm
diff --git a/.gitignore b/.gitignore
index 82b3c183d5d4..076d904dd4ac 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,14 +1,14 @@
-# from https://github.com/github/gitignore/blob/master/ArchLinuxPackages.gitignore
-*.tar
-*.tar.*
-*.rpm
-*.jar
-*.exe
-*.msi
-*.zip
-*.tgz
-*.log
-*.log.*
-*.sig
-
-*/
+# Only exclude files from the root of the package repo, as some AUR helpers download sources into the directory of the repo,
+# which causes the gitignore file to apply to them too, which breaks some builds
+# Based on https://github.com/github/gitignore/blob/main/ArchLinuxPackages.gitignore
+/*.tar
+/*.tar.*
+/*.rpm
+/*.jar
+/*.exe
+/*.msi
+/*.zip
+/*.tgz
+/*.log
+/*.log.*
+/*.sig
diff --git a/PKGBUILD b/PKGBUILD
index 9d1b7e1e35f4..b1cfdcf68e32 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,9 +5,9 @@ pkgrel='1'
pkgdesc='A simple file manager using dmenu'
arch=('any')
url="https://github.com/huijunchen9260/$pkgname"
-license=('GPL3')
+license=('GPL-3.0-only')
depends=('xclip' 'wmctrl' 'unrar' 'cabextract' 'dmenu' 'unzip' 'p7zip')
-source=("$pkgname-$pkgver-$pkgrel.tar.gz::$url/archive/$pkgver.tar.gz")
+source=("$pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz")
sha512sums=('9e15d3b7559c12883a5f189293e49fd64c1686ea5cea088683c551b890c2672c767938d512f16d14cbd05537cc7b00b24bd7e32093b52a1acf1d71ba24c15f57')
package() {