summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD8
2 files changed, 7 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c9e588cd758b..69b04461adce 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,3 +1,5 @@
+# Generated by mksrcinfo v7
+# Mon Sep 21 12:17:04 UTC 2015
pkgbase = pkgbuild-introspection-git
pkgdesc = Tools for generating .SRCINFO files and PKGBUILD data extraction (mkaurball)
pkgver = 6.4.ga135f86
@@ -12,7 +14,7 @@ pkgbase = pkgbuild-introspection-git
conflicts = pkgbuild-reflection-git
conflicts = pkgbuild-introspection
source = git://github.com/falconindy/pkgbuild-introspection.git
- sha1sums = SKIP
+ md5sums = SKIP
pkgname = pkgbuild-introspection-git
diff --git a/PKGBUILD b/PKGBUILD
index 7ae1086e9336..eb736c2d6a03 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,15 +5,15 @@ _pkgname=pkgbuild-introspection
pkgver=6.4.ga135f86
pkgrel=1
pkgdesc='Tools for generating .SRCINFO files and PKGBUILD data extraction (mkaurball)'
-url="https://github.com/falconindy/${_pkgname}"
+url="https://github.com/falconindy/$_pkgname"
license=('MIT')
arch=('any')
depends=('bash' 'pacman')
makedepends=('git')
provides=('pkgbuild-introspection')
conflicts=('pkgbuild-reflection-git' 'pkgbuild-introspection')
-source=("git://github.com/falconindy/${_pkgname}.git")
-sha1sums=('SKIP')
+source=("git://github.com/falconindy/$_pkgname.git")
+md5sums=('SKIP')
pkgver() {
cd "$_pkgname"
@@ -30,5 +30,5 @@ build() {
package() {
cd "$_pkgname"
- make install PREFIX=/usr DESTDIR="${pkgdir}"
+ make install PREFIX=/usr DESTDIR="$pkgdir"
}