summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatheus2016-01-18 19:48:57 -0200
committerMatheus2016-01-18 19:48:57 -0200
commit2f47f99a75bb24379673405ab4e9d810a2b3ff87 (patch)
tree9e124e354a3f856e7e78e6e2ed152c69c8bf24cc
parent95ba29ebd77cd3bfdbf58c1c578eecb628e36908 (diff)
downloadaur-2f47f99a75bb24379673405ab4e9d810a2b3ff87.tar.gz
Fix
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 668ec0b8d634..0129e59b2f76 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Mon Jan 18 21:38:30 UTC 2016
+# Mon Jan 18 21:48:33 UTC 2016
pkgbase = python-rivescript
pkgdesc = Rendering Intelligence Very Easily
pkgver = 1.0
diff --git a/PKGBUILD b/PKGBUILD
index f31606fdf708..d0846b26983b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -24,5 +24,5 @@ build() {
package() {
cd "$srcdir/$_gitname"
- python setup.py install --prefix=/usr --root="${pkgdir}" --optimize=1 || return 1
+ python setup.py install --prefix=/usr --root="${srcdir}" --optimize=1 || return 1
}