summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorPhilipp Born2018-01-20 19:22:07 +0100
committerPhilipp Born2018-01-20 19:23:10 +0100
commitebd7610256568b5cb8e2ccd76f843498f2092976 (patch)
tree5d93e99c0892fd2dbaa71ec21f57a899743bbd3d /PKGBUILD
parent98b4d7b0c316019478f77f1430fdb3bdfbe18f35 (diff)
downloadaur-cb-pipemenus.tar.gz
github/corenominal is long gone, use github/TamCore
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD7
1 files changed, 3 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index cdf41a3a8eb3..c55b3247fb2f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,15 +5,14 @@ pkgver=0.13
pkgrel=1
pkgdesc="various Openbox pipemenus"
arch=(any)
-url="https://github.com/corenominal/cb-pipemenus"
+url="https://github.com/TamCore/cb-pipemenus"
depends=('openbox' 'zenity' 'terminator' 'wget' 'compton' 'curl' 'tar' 'python2-paramiko')
license=('custom')
-source=(https://github.com/corenominal/cb-pipemenus/archive/master.zip)
-sha256sums=('e2cfb418a35d4a5e62455c2beba02c3a312b9b2c7c2b1f8863c554e5a35b7474')
+source=(https://github.com/TamCore/cb-pipemenus/archive/master.zip)
+sha256sums=('885c9c149b821556d9b446cfccb49200523fc404e406d2c0aeb4b88e4b170016')
prepare() {
cd "${pkgname}-master"
- sed -i 's/env python$/env python2/' cb-*
}
package() {