diff --git a/pgfeaster.sty b/pgfeaster.sty
deleted file mode 100644
index 917fda0c480fa7b6675977ccc2e62916213ca27f..0000000000000000000000000000000000000000
--- a/pgfeaster.sty
+++ /dev/null
@@ -1,68 +0,0 @@
-% -*- mode: tex -*-
-%-
-% Copyright © 2013
-%	Qrrbrbirlbel <http://tex.stackexchange.com/users/16595/qrrbrbirlbel>
-%
-% This content is covered by a CC-BY-SA 3.0 licence and was derived
-% from: http://tex.stackexchange.com/a/144186/43807
-
-\NeedsTeXFormat{LaTeX2e}
-\ProvidesPackage{pgfeaster}[2013/11/10 1 PGF Easter calculation routine]
-\RequirePackage{pgfkeys,pgfcalendar}
-
-\def\pgfcalendar@Easter#1{%
- \begingroup
-   \count0=#1\relax              % Yeah 0
-   \count1=\count0%              % K 1
-   \divide\count1 100            % K 1
-   \count2=\count1               % M 3
-   \multiply\count2 3
-   \advance\count2 3
-   \divide\count2 4              % 2 holds (3 * K +3) \ 4
-   \count3=\count1
-   \multiply\count3 8
-   \advance\count3 13
-   \divide\count3 -25
-   \advance\count3\count2
-   \advance\count3 15           % M 3
-   \count2-\count2              % S 2
-   \advance\count2 2
-   \count4=\count0              % A 4
-   \divide\count4 19
-   \multiply\count4 -19
-   \advance\count4\count0       % A 4
-   \count1=\count4              % D 1 *
-   \multiply\count1 19
-   \advance\count1\count3
-   \count5\count1
-   \divide\count1 30
-   \multiply\count1 -30
-   \advance\count1\count5       % D 1 *
-   \divide\count4 11            % R 4 *
-   \advance\count4\count1
-   \divide\count4 29            % R 4 *
-   \advance\count1-\count4      % OG 1 **
-   \advance\count1 21           % OG 1 **
-   \count3\count0               % SZ 3 *
-   \divide\count3 4
-   \advance\count3\count0
-   \advance\count3\count2
-   \count4-\count3
-   \divide\count3 7
-   \multiply\count3 7
-   \advance\count3\count4
-   \advance\count3 7           % SZ 3 *
-   \count4-\count3             % OE 4 **
-   \advance\count4\count1
-   \count3-\count4
-   \divide\count4 7
-   \multiply\count4 7
-   \advance\count4\count3
-   \advance\count4 7           % OE 4 **
-   \advance\count4\count1
-   \pgfcalendardatetojulian{\the\count0-03-\the\count4}\pgfutil@tempcnta
-   \expandafter\xdef\csname pgfcalendar@Easter@\the\count0\endcsname
-     {\the\pgfutil@tempcnta}%
- \endgroup}
-
-\endinput
diff --git a/teckidscal.sty b/teckidscal.sty
index 22fdcb04eb2ce6f78663bb1630314a8e16966c22..0801a801ac385a04ae3e562b4abc11a68aee0752 100644
--- a/teckidscal.sty
+++ b/teckidscal.sty
@@ -22,7 +22,8 @@
 
 \NeedsTeXFormat{LaTeX2e}%
 \ProvidesPackage{teckidscal}[2017/01/08 1.1 Teckids e.V. Wandkalender-Utilities]%
-\RequirePackage{pgfkeys,pgfcalendar,pgfeaster}%
+\RequirePackage{pgfkeys,pgfcalendar}%
+\input{pgflibrarycalendar.easter.code}%
 \RequirePackage{etoolbox}%
 \RequirePackage{multirow}%
 \RequirePackage{stringstrings}%