summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 4 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 09807bed0e91..e87825cc54dc 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -7,6 +7,8 @@ pkgbase = papirus-folders-doas
license = MIT
depends = papirus-icon-theme
depends = opendoas
+ provides = papirus-folders
+ conflicts = papirus-folders
source = papirus-folders-1.8.0.tar.gz::https://github.com/PapirusDevelopmentTeam/papirus-folders/archive/v1.8.0.tar.gz
source = papirus-folders.hook
source = doas.diff
diff --git a/PKGBUILD b/PKGBUILD
index 2364707d4d69..2b1af49ece64 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -11,6 +11,8 @@ arch=('any')
url='https://github.com/PapirusDevelopmentTeam/papirus-folders'
license=('MIT')
depends=('papirus-icon-theme' 'opendoas')
+provides=('papirus-folders')
+conflicts=('papirus-folders')
source=("${_pkgname}-${pkgver}.tar.gz::${url}/archive/v${pkgver}.tar.gz"
"${_pkgname}.hook"
"doas.diff")