summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJens John2015-09-24 22:19:45 +0200
committerJens John2015-09-24 22:19:45 +0200
commite7ff046e03d51e7e4e62d201c0909190b66801aa (patch)
tree50998263b1fefd7ffead541c75ab8aecedeb4061
parent5a71c7620f605955405ca3d2a080fcca170c1714 (diff)
downloadaur-e7ff046e03d51e7e4e62d201c0909190b66801aa.tar.gz
Adopt PKGBUILD to upstream changes
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD8
-rw-r--r--bl-exit-python2-path.patch4
-rw-r--r--bl-kb-python2-path.patch8
4 files changed, 2 insertions, 24 deletions
diff --git a/.SRCINFO b/.SRCINFO
index feaf86569248..e52652c97853 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = bunsen-utilities-git
pkgdesc = Collection of utility scripts
- pkgver = r72.22e76e4
+ pkgver = r81.dc043ef
pkgrel = 1
url = https://github.com/BunsenLabs/bunsen-utilities
arch = any
@@ -17,14 +17,10 @@ pkgbase = bunsen-utilities-git
source = bunsen-utilities::git+https://github.com/BunsenLabs/bunsen-utilities.git#branch=master
source = https://raw.githubusercontent.com/Unia/bunsen-utilities/master/bl-aerosnap
source = https://raw.githubusercontent.com/Unia/bunsen-utilities/rewrite-hotcorners/bl-hotcorners
- source = bl-kb-python2-path.patch
- source = bl-exit-python2-path.patch
source = bl-hotcorners-syntax.patch
md5sums = SKIP
md5sums = SKIP
md5sums = SKIP
- md5sums = af06407c74e40698d716acd5ddee6966
- md5sums = 967a191ca673aec93546640002c794ab
md5sums = 2cb280313bd01a391437e4b960142d80
pkgname = bunsen-utilities-git
diff --git a/PKGBUILD b/PKGBUILD
index c0c395842182..5a3c7f683a33 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: 2ion <dev@2ion.de>
pkgname=bunsen-utilities-git
-pkgver=r72.22e76e4
+pkgver=r81.dc043ef
pkgrel=1
pkgdesc="Collection of utility scripts"
arch=('any')
@@ -17,15 +17,11 @@ source=(\
"${pkgname%-git}::git+https://github.com/BunsenLabs/bunsen-utilities.git#branch=master" \
'https://raw.githubusercontent.com/Unia/bunsen-utilities/master/bl-aerosnap' \
'https://raw.githubusercontent.com/Unia/bunsen-utilities/rewrite-hotcorners/bl-hotcorners' \
- 'bl-kb-python2-path.patch' \
- 'bl-exit-python2-path.patch' \
'bl-hotcorners-syntax.patch')
md5sums=(\
'SKIP' \
'SKIP' \
'SKIP' \
- 'af06407c74e40698d716acd5ddee6966' \
- '967a191ca673aec93546640002c794ab' \
'2cb280313bd01a391437e4b960142d80')
pkgver() {
@@ -35,8 +31,6 @@ pkgver() {
prepare() {
cd "$srcdir/${pkgname%-git}"
- patch bl-kb ../bl-kb-python2-path.patch
- patch bl-exit ../bl-exit-python2-path.patch
cd "$srcdir" ; cd ..
patch bl-hotcorners bl-hotcorners-syntax.patch
}
diff --git a/bl-exit-python2-path.patch b/bl-exit-python2-path.patch
deleted file mode 100644
index 276e48fe79b3..000000000000
--- a/bl-exit-python2-path.patch
+++ /dev/null
@@ -1,4 +0,0 @@
-1c1
-< #!/usr/bin/env python
----
-> #!/usr/bin/env python2
diff --git a/bl-kb-python2-path.patch b/bl-kb-python2-path.patch
deleted file mode 100644
index 2c6429d5c70d..000000000000
--- a/bl-kb-python2-path.patch
+++ /dev/null
@@ -1,8 +0,0 @@
---- bl-kb 2015-09-02 12:19:29.403767220 +0200
-+++ bl-kb-p 2015-09-02 12:39:19.630902915 +0200
-@@ -1,4 +1,4 @@
--#!/usr/bin/env python
-+#!/usr/bin/env python2
- # -*- coding: utf-8 -*-
-
- # This script reads the keybinds configuration file ("$HOME/.config/openbox/rc.xml")