summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD5
2 files changed, 2 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c44e3076d64d..3c2e720dd50b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = diagram
pkgdesc = CLI app to convert ascii arts into hand drawn diagrams written in go.
pkgver = 20170903
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/esimov/diagram
arch = x86_64
arch = i686
diff --git a/PKGBUILD b/PKGBUILD
index e9fee6a6ae84..edbb519d7a7a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=diagram
pkgver=20170903
-pkgrel=1
+pkgrel=2
pkgdesc="CLI app to convert ascii arts into hand drawn diagrams written in go."
arch=('x86_64' 'i686')
url="https://github.com/esimov/diagram"
@@ -28,9 +28,6 @@ package() {
install -p -m755 "$srcdir/src/$_gourl/diagram" "$pkgdir/usr/bin"
install -Dm644 "$srcdir/src/$_gourl/font/gloriahallelujah.ttf" "$pkgdir/usr/share/diagram/gloriahallelujah.ttf"
- mkdir -p "$pkgdir/usr/lib/go"
- cp -Rv --preserve=timestamps "$srcdir/"{src,pkg} "$pkgdir/usr/lib/go"
-
# Package license (if available)
for f in LICENSE COPYING LICENSE.* COPYING.*; do
if [ -e "$srcdir/src/$_gourl/$f" ]; then