summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD12
2 files changed, 10 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a81a55d1aa22..4ca807ba2fe1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
pkgbase = xwinwrap-git
- pkgdesc = Fork of XwinWrap from ujjwal96 on GitHub
+ pkgdesc = Fork of XwinWrap from takase1121 on GitHub
pkgver = r5.ec32e9b
pkgrel = 1
- url = https://github.com/ujjwal96/xwinwrap
+ url = https://github.com/takase1121/xwinwrap
arch = x86_64
license = custom
makedepends = git
@@ -11,10 +11,9 @@ pkgbase = xwinwrap-git
depends = libxrender
provides = xwinwrap
conflicts = xwinwrap
- source = git+https://github.com/ujjwal96/xwinwrap#branch=master
+ source = git+https://github.com/takase1121/xwinwrap#branch=master
source = LICENSE
sha256sums = SKIP
sha256sums = 9b445615c864519effd483f60c9877de671708f6c3807841ef1514490ae61903
pkgname = xwinwrap-git
-
diff --git a/PKGBUILD b/PKGBUILD
index 7938548317ab..b52c7f8e719d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,13 +1,14 @@
##
-# Maintainer: pyamsoft <pyam(dot)soft(at)gmail(dot)com>
+# Maintainer: zjuyk <ownbyzjuyk(at)gmail(dot)com>
+# Contributer: pyamsoft <pyam(dot)soft(at)gmail(dot)com>
#
# Updated by jonathon: https://aur.archlinux.org/account/jonathon
##
_gitname=xwinwrap
pkgname="${_gitname}"-git
-pkgdesc="Fork of XwinWrap from ujjwal96 on GitHub"
-pkgver=r5.ec32e9b
+pkgdesc="Fork of XwinWrap from takase1121 on GitHub"
+pkgver=r20.539fc47
pkgrel=1
arch=('x86_64')
makedepends=('git')
@@ -15,9 +16,10 @@ depends=('libx11' 'libxext' 'libxrender')
provides=('xwinwrap')
conflicts=('xwinwrap')
license=(custom)
-url="https://github.com/ujjwal96/xwinwrap"
+url="https://github.com/takase1121/xwinwrap"
source=("git+${url}#branch=master" LICENSE)
-sha256sums=('SKIP' '9b445615c864519effd483f60c9877de671708f6c3807841ef1514490ae61903')
+sha256sums=('SKIP'
+ '9b445615c864519effd483f60c9877de671708f6c3807841ef1514490ae61903')
pkgver() {
cd "${_gitname}" || return 1