summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDylan Simowitz2019-11-10 00:15:12 -0800
committerDylan Simowitz2019-11-10 00:15:12 -0800
commitdb38774f0f4bf0ef58823702d48714bffb2b05ce (patch)
tree50a8b88c54def82939688f2c5bee1bf5b61ba753
parent0dc59d6147e7392b2f3c79f0b2b278f9a54f6147 (diff)
downloadaur-db38774f0f4bf0ef58823702d48714bffb2b05ce.tar.gz
add a provides array and possibly fix PACKAGER error
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 06564c57be2a..7d29fe20e9f3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = breezeway-mod-git
pkgdesc = BreezewayMod is a fork of the Breezeway window decoration which aims to mimic the macOS interface.
- pkgver = r56.c90387d
+ pkgver = r65.17b8cc6
pkgrel = 1
url = https://github.com/n4n0GH/breezeway-mod
arch = i686
@@ -11,6 +11,7 @@ pkgbase = breezeway-mod-git
makedepends = extra-cmake-modules
makedepends = kdecoration
depends = kwin
+ provides = breezeway-mod
source = git+https://github.com/n4n0GH/breezeway-mod.git
md5sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 9d0406031293..60a63aeedbe0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,8 @@
# Maintainer: Dylan Simowitz <aur@dylan.simowitz.com>
+
pkgname="breezeway-mod-git"
_pkgname="breezeway-mod"
-pkgver=r56.c90387d
+pkgver=r65.17b8cc6
pkgrel=1
pkgdesc="BreezewayMod is a fork of the Breezeway window decoration which aims to mimic the macOS interface."
arch=('i686' 'x86_64')
@@ -11,6 +12,7 @@ depends=('kwin')
makedepends=('git' 'cmake' 'extra-cmake-modules' 'kdecoration')
source=('git+https://github.com/n4n0GH/breezeway-mod.git')
md5sums=('SKIP')
+provides=('breezeway-mod')
pkgver() {
cd "$srcdir/$_pkgname"