makedeb
Oranchelo is a flat-design icon theme for XFCE4 based on Super Flat Remix and inspired by Corny icons by Patryk Goworowski.
Click here to go back to the commit logs for oranchelo-icon-theme.
Hash: 9576e0d818292f5c740ccaae47e0bd4fef83b535
Message: added replace function
diff --git a/.SRCINFO b/.SRCINFO
index 40594ab..28df2c2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,3 +1,5 @@
+generated-by = makedeb-makepkg
+
pkgbase = oranchelo-icon-theme
pkgdesc = Oranchelo is a flat-design icon theme for XFCE4 based on Super Flat Remix and inspired by Corny icons by Patryk Goworowski.
pkgver = 0.8.0.1
@@ -10,6 +12,7 @@ pkgbase = oranchelo-icon-theme
depends = hicolor-icon-theme
provides = oranchelo-icon-theme
conflicts = oranchelo-icon-theme
+ replaces = oranchelo-icon-theme
options = !strip
source = git+https://github.com/Madh93/oranchelo-icon-theme.git
sha256sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 753923c..104d115 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,6 +10,7 @@ url="https://github.com/Madh93/oranchelo-icon-theme.git"
license=('GPL3')
conflicts=('oranchelo-icon-theme')
provides=('oranchelo-icon-theme')
+replaces=('oranchelo-icon-theme')
source=("git+https://github.com/Madh93/oranchelo-icon-theme.git")
sha256sums=('SKIP')
options=(!strip)