summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Jost2010-12-03 15:23:54 +0100
committerThomas Jost2010-12-03 15:23:54 +0100
commitb7a0c01bb4f065a8db8002d410c05eef6d1988c2 (patch)
tree3ef67e7f745ebcf7a3840c63077d381a0f12341c
parentfeda04a9e9e6d839e4adff2463f437a4bfcc6dcd (diff)
downloadaur-b7a0c01bb4f065a8db8002d410c05eef6d1988c2.tar.gz
Remove now unnecessary python2 fix
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD8
2 files changed, 2 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4ea4783998e4..f6925b41af51 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = smartbg-git
pkgdesc = A smart wallpaper setter for multi-head X displays
- pkgver = 20101006
+ pkgver = 20101203
pkgrel = 1
url = http://code.schnouki.net/p/smartbg/
arch = any
diff --git a/PKGBUILD b/PKGBUILD
index 75c42b50e021..9d2088fb83a3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Thomas Jost <schnouki@schnouki.net>
pkgname=smartbg-git
-pkgver=20101006
+pkgver=20101203
pkgrel=1
pkgdesc="A smart wallpaper setter for multi-head X displays"
arch=(any)
@@ -39,10 +39,4 @@ build() {
install -Dm644 COPYING $pkgdir/usr/share/licenses/$pkgname/COPYING || return 1
install -Dm755 smartbg $pkgdir/usr/bin/smartbg
-
- # Patch to use python2
- find $pkgdir -type f \( -name '*.py' -or -executable \) -exec \
- sed -i -e "s|#![ ]*/usr/bin/python$|#!/usr/bin/python2|" \
- -e "s|#![ ]*/usr/bin/env python$|#!/usr/bin/env python2|" \
- \{\} +
}