summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorStefan Husmann2015-08-12 22:42:46 +0200
committerStefan Husmann2015-08-12 22:42:46 +0200
commitc79c16875444809db28caecdea11ef2179107bb1 (patch)
tree3adab68bf0243c8cebcaf0482926f9ad738468e0
parent89628606bc534c78e0929b61fc53f10d3b8e05ef (diff)
downloadaur-c79c16875444809db28caecdea11ef2179107bb1.tar.gz
Add license file
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD5
2 files changed, 5 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e74c4e4940be..b120d9060077 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = repoctl-git
pkgdesc = A supplement to repo-add and repo-remove which simplifies managing local repositories
- pkgver = v0.13.13.gfee62fa
+ pkgver = v0.13.24.g29d0ea6
pkgrel = 1
url = https://github.com/cassava/repoctl
arch = i686
diff --git a/PKGBUILD b/PKGBUILD
index ec5afeefa1bb..80f85b5ff342 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Maintainer: Stefan Husmann <stefan-husmann@t-online.de>
pkgname=repoctl-git
-pkgver=v0.13.13.gfee62fa
+pkgver=v0.13.24.g29d0ea6
pkgrel=1
pkgdesc="A supplement to repo-add and repo-remove which simplifies managing local repositories"
arch=('i686' 'x86_64')
@@ -46,4 +46,7 @@ package() {
# Install completion files
install -d ${pkgdir}/usr/share/zsh/site-functions/
install -m644 contrib/zsh_completion ${pkgdir}/usr/share/zsh/site-functions/_repoctl
+
+ # install LICENSE
+ install -Dm644 LICENSE $pkgdir/usr/share/license/repoctl-git
}