summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authortheFerdi2652015-11-25 13:53:38 +0100
committertheFerdi2652015-11-25 13:53:38 +0100
commit17b4060edfdb36e84bf777bfcb22e4e9ab86492a (patch)
tree274214af67b4ba3d6c529e7ff39c4693d71be0f6
parent7c646897e49501cc4b715e2c0ab6a379f1646fd1 (diff)
downloadaur-17b4060edfdb36e84bf777bfcb22e4e9ab86492a.tar.gz
Description changes
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD8
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c7e992e34091..94a78b55db47 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
pkgbase = libwm-git
- pkgdesc = A set of tools for X windows manipulation.
+ pkgdesc = A library for X windows manipulation.
pkgver = 1.0.r3.gae47478
pkgrel = 1
- url = https://github.com/wmutils/core
+ url = https://github.com/wmutils/libwm
arch = i686
arch = x86_64
license = ISC
diff --git a/PKGBUILD b/PKGBUILD
index 2468126c5b77..8b876251c91c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,12 +1,12 @@
# Contributor: Camille <onodera@rizon>
# Contributor: Alad <alad@archlinux.info>
-# Contributor: Ferdi265 <theferdi265@gmail.com>
-# Maintainer: aksr <aksr at t-com dot me>
+# Contributor: aksr <aksr at t-com dot me>
+# Maintainer: Ferdi265 <theferdi265@gmail.com>
pkgname=libwm-git
pkgver=1.0.r3.gae47478
pkgrel=1
-pkgdesc="A set of tools for X windows manipulation."
-url="https://github.com/wmutils/core"
+pkgdesc="A library for X windows manipulation."
+url="https://github.com/wmutils/libwm"
arch=('i686' 'x86_64')
license=('ISC')
depends=('libxcb' 'xcb-util-wm')