summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDuong Pham2015-10-29 19:00:20 -0700
committerDuong Pham2015-10-29 19:00:20 -0700
commitf1fdb042326f3f232390fdb4babecdc443e0f568 (patch)
tree1b5ec997ccd83d01b884205cd86ced338e91a6aa
parenta4eee6f03a6d44f11c8309581ae3409b17a8d959 (diff)
downloadaur-f1fdb042326f3f232390fdb4babecdc443e0f568.tar.gz
upgpkg: 0.2.0
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD8
-rw-r--r--butterflow.install9
3 files changed, 12 insertions, 13 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 36099e63bc8a..2615053f7a7d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = butterflow
pkgdesc = Make slow motion and motion interpolated videos from the command line
- pkgver = 0.1.9
- pkgrel = 2
+ pkgver = 0.2.0
+ pkgrel = 1
url = https://github.com/dthpham/butterflow
install = butterflow.install
arch = x86_64
@@ -17,8 +17,8 @@ pkgbase = butterflow
optdepends = amdapp-sdk: AMD device suppport
provides = butterflow
conflicts = butterflow
- source = http://srv.dthpham.me/butterflow-0.1.9.tar.gz
- sha256sums = 9f62960bb1a58c7fd7b67e7260d32a51e95ef5c7ff9f0811307463c1f1f338cf
+ source = http://srv.dthpham.me/butterflow/butterflow-0.2.0.tar.gz
+ sha256sums = dc70927d78193543b4b364573e0cf2d0881a54483aa306db51cd9f57cf23781e
pkgname = butterflow
diff --git a/PKGBUILD b/PKGBUILD
index 4fd47a8d4c04..3aba9141b138 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Duong Pham <dthpham@gmail.com>
pkgname=butterflow
-pkgver=0.1.9
-pkgrel=2
+pkgver=0.2.0
+pkgrel=1
pkgdesc="Make slow motion and motion interpolated videos from the command line"
arch=('x86_64')
url="https://github.com/dthpham/butterflow"
@@ -14,8 +14,8 @@ optdepends=('intel-opencl-runtime: Intel processor device support'
provides=('butterflow')
conflicts=('butterflow')
install=butterflow.install
-source=("http://srv.dthpham.me/${pkgname}-${pkgver}.tar.gz")
-sha256sums=('9f62960bb1a58c7fd7b67e7260d32a51e95ef5c7ff9f0811307463c1f1f338cf')
+source=("http://srv.dthpham.me/butterflow/${pkgname}-${pkgver}.tar.gz")
+sha256sums=('dc70927d78193543b4b364573e0cf2d0881a54483aa306db51cd9f57cf23781e')
package() {
cd "${srcdir}/${pkgname}-${pkgver}"
diff --git a/butterflow.install b/butterflow.install
index c61983402f3f..d9e73f9488ea 100644
--- a/butterflow.install
+++ b/butterflow.install
@@ -1,8 +1,7 @@
post_install() {
- echo "You still need to install at least one vendor-specific implementation of
- OpenCL that supports your hardware (see the suggested packages below). When
- finished, you can run $ butterflow -d to print a list of all detected devices.
- For more information on how to satisfy this requirement, please read this wiki
- page:
+ echo "You should install at least one vendor-specific implementation of OpenCL
+ that supports your hardware (see the suggested packages below). When finished,
+ you can run $ butterflow -d to print a list of all detected devices. For more
+ information on how to satisfy this requirement, please read this wiki page:
https://wiki.archlinux.org/index.php/GPGPU"
}