summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaichi Shinozaki2016-02-12 16:10:42 +0000
committerDaichi Shinozaki2016-02-12 16:10:42 +0000
commitde3ef8cc1b0109785fc9e80bed3c572f23233351 (patch)
treebaa7655469faa557924f2abc5696e35f34bda840
parentfd70c7eaf3406a5875a6a2f41b8b1dc2c4072e76 (diff)
downloadaur-de3ef8cc1b0109785fc9e80bed3c572f23233351.tar.gz
gibo.install was not in the install directive. fixed.
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD3
2 files changed, 5 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b089fcf45767..eb6a5f53bcde 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,10 +1,11 @@
# Generated by mksrcinfo v8
-# Fri Feb 12 16:02:03 UTC 2016
+# Fri Feb 12 16:09:19 UTC 2016
pkgbase = gibo
pkgdesc = A shell script for easily accessing gitignore boilerplates
pkgver = 1.0.4
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/simonwhitaker/gibo
+ install = gibo.install
arch = any
license = custom:UNLICENSE
source = https://github.com/simonwhitaker/gibo/archive/1.0.4.tar.gz
diff --git a/PKGBUILD b/PKGBUILD
index 369c88a9f651..665525576480 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,10 +1,11 @@
# Maintainer: Daichi Shinozaki <dsdseg@gmail.com>
pkgname=gibo
pkgver=1.0.4
-pkgrel=1
+pkgrel=2
pkgdesc="A shell script for easily accessing gitignore boilerplates"
url="https://github.com/simonwhitaker/gibo"
arch=('any')
+install="$pkgname.install"
license=('custom:UNLICENSE')
source=("https://github.com/simonwhitaker/$pkgname/archive/$pkgver.tar.gz"
"$pkgname.install")