summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD3
2 files changed, 2 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 754498c25482..da14ef770515 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -4,7 +4,7 @@ pkgbase = xtitle
pkgrel = 2
url = https://github.com/baskerville/xtitle
arch = x86_64
- license = custom:Unlicense
+ license = Unlicense
depends = libxcb
depends = xcb-util-wm
depends = xcb-util
diff --git a/PKGBUILD b/PKGBUILD
index c2a2bd9aff39..c258b5fda10b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@ pkgrel=2
pkgdesc='Outputs X window titles'
arch=('x86_64')
url="https://github.com/baskerville/${pkgname}"
-license=('custom:Unlicense')
+license=('Unlicense')
depends=('libxcb' 'xcb-util-wm' 'xcb-util')
conflicts=("${pkgname}-git")
source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/${pkgver}.tar.gz")
@@ -23,5 +23,4 @@ package() {
cd "${pkgname}-${pkgver}"
make PREFIX=/usr DESTDIR="${pkgdir}" install
- install -D -m644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
}