summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorstardust952019-10-25 18:40:15 +0200
committerstardust952019-10-25 18:40:15 +0200
commit210a38e267fd980fb5bdde059301ef77b6e6e54b (patch)
tree6eef6a3ca0f8c0346a147bad373420e7f539ac18
parent7ed6f4a0c248799bdab3d0563f7486d33f00f54b (diff)
downloadaur-210a38e267fd980fb5bdde059301ef77b6e6e54b.tar.gz
Initial commit
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD5
2 files changed, 3 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0ef9728bb335..4acf15f02d03 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -4,7 +4,7 @@ pkgbase = lebiniou-data
pkgrel = 1
url = https://biniou.net
arch = any
- license = gpl2+
+ license = GPL2+
options = !strip
options = !emptydirs
source = http://ftp.fr.debian.org/debian/pool/main/l/lebiniou-data/lebiniou-data_3.28-2_all.deb
diff --git a/PKGBUILD b/PKGBUILD
index 9d2cdd8734f0..aa6611b52d8c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@ pkgrel=1
pkgdesc="Datafiles for Le Biniou. - a selection of free colormaps - a selection of images to start with Le Biniou"
arch=('any')
url="https://biniou.net"
-license=('gpl2+')
+license=('GPL2+')
groups=('')
options=('!strip' '!emptydirs')
source=("http://ftp.fr.debian.org/debian/pool/main/l/lebiniou-data/lebiniou-data_3.28-2_all.deb")
@@ -17,7 +17,6 @@ package(){
# Extract package data
tar xf data.tar.xz -C "${pkgdir}"
-
- install -D -m644 "/usr/share/doc/lebiniou-data/copyright" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+ install -D -m644 "${pkgdir}/usr/share/doc/lebiniou-data/copyright" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
}