summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas K2016-02-11 11:47:42 +0100
committerThomas K2016-02-11 11:47:42 +0100
commite3d7de9212d64d08ae636ecbd7729e99437712bc (patch)
treee62f308220b45c3f1760e6789eeeeccb259414c3
parent2c7bd9b9391fdb331fb73ed6699625887722aaa7 (diff)
downloadaur-e3d7de9212d64d08ae636ecbd7729e99437712bc.tar.gz
removed pwd in PKGBUILD
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD1
2 files changed, 1 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 95defa0f3f9d..150dd6ce697e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Thu Feb 11 10:36:19 UTC 2016
+# Thu Feb 11 10:47:22 UTC 2016
pkgbase = python2-pysolar
pkgdesc = Collection of Python libraries for simulating the irradiation of any point on earth by the sun. It includes code for extremely precise ephemeris calculations.
pkgver = 0.6
diff --git a/PKGBUILD b/PKGBUILD
index 68fb62ca328b..c18ad46ea117 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -16,7 +16,6 @@ source=('https://github.com/pingswept/pysolar/archive/0.6.tar.gz'
prepare() {
- pwd
patch -Np0 -i radiation.patch
}
package() {