summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLinArcX2018-01-06 14:13:18 +0330
committerLinArcX2018-01-06 14:13:18 +0330
commite2b205f9dc2ed854c680bd432e5c7afe8619dbe4 (patch)
treee562243f1b3b13830de1f1b07f28f96bb77da14d
parent426f9f159d23245abeee66f699c56dc207240c44 (diff)
downloadaur-e2b205f9dc2ed854c680bd432e5c7afe8619dbe4.tar.gz
v0.1.1.r7.g95c746d
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD8
2 files changed, 2 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b8f3ad327932..49a9ea3d5451 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = gnulium-git
pkgdesc = A Graphical Ui for managing scripts and ideas! (Github version)
- pkgver = 0
+ pkgver = 0.1.1.r7.g95c746d
pkgrel = 1
url = https://github.com/LinArcX/Gnulium
arch = any
diff --git a/PKGBUILD b/PKGBUILD
index ae6accf42af3..38aa7981796f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname='gnulium-git'
pkgver=0.1.1.r7.g95c746d
pkgrel=1
-pkgdesc="A Graphical Ui for managing scripts and ideas! (Github version)" # "Make Your Gnu/linux More Readble and Easy to Understand."
+pkgdesc="A Graphical Ui for managing scripts and ideas! (Github version)"
arch=('any')
url="https://github.com/LinArcX/Gnulium"
license=('GPL-3.0')
@@ -30,15 +30,9 @@ build() {
}
package() {
- # cd $pkgname
cd "${srcdir}/${pkgname}"
install -Dm755 ./gnulium ${pkgdir}/usr/bin/gnulium
install -Dm644 ./appconf/gnulium.desktop ${pkgdir}/usr/share/applications/gnulium.desktop
install -Dm644 ./appconf/gnulium.svg ${pkgdir}/usr/share/pixmaps/gnulium.svg
install -Dm644 ./LICENSE ${pkgdir}/usr/share/licenses/gnulium/LICENSE
-
- # install -Dm644 ./man/persepolis.1.gz ${pkgdir}/usr/share/man/man1/neompv.1.gz
- # install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/COPYING"
- # install -d ${pkgdir}/usr/share/persepolis
- # make INSTALL_ROOT="$pkgdir" install
} \ No newline at end of file